Skip to content

Commit

Permalink
docs(changelog): add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tigattack committed Sep 17, 2024
1 parent 48744bb commit 35b4c04
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2] - 2024-09-17
### :sparkles: New Features
- [`4378ce9`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/4378ce9ffa5540e6b6d0f7a2969cb01ec43dfda6) - expose VehicleHistoryError class *(commit by [@tigattack](https://github.com/tigattack))*

### :wrench: Chores
- [`60b3c1c`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/60b3c1c3be090626c2af6b35f54e270f924ab0bc) - bump version to 1.0.2 *(commit by [@tigattack](https://github.com/tigattack))*


## [1.0.1] - 2024-09-17
### :wrench: Chores
- [`f59279f`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/f59279f6315d64fc52ab61ac6ab52df078f927ae) - fix project URLs *(commit by [@tigattack](https://github.com/tigattack))*
- [`819b70c`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/819b70ca7b568df07d4d7aa1e8dc9727d390b3c5) - bump version to 1.0.1 *(commit by [@tigattack](https://github.com/tigattack))*


## [1.0.0] - 2024-09-16
### :sparkles: New Features
- [`36267ca`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/36267ca3557771b9cdd71760de8f6234117f5e0a) - add MotTestType type alias *(commit by [@tigattack](https://github.com/tigattack))*
- [`36e13d2`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/36e13d2b09cc5a3bd7405f2367a7af6dd4dfa216) - add VehicleResponseType type alias *(commit by [@tigattack](https://github.com/tigattack))*
- [`e1e7fc4`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/e1e7fc4d16a056bbdfeac01144f3338c2914c5ef) - make error handling more pythonic *(commit by [@tigattack](https://github.com/tigattack))*

### :bug: Bug Fixes
- [`6a81e87`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/6a81e872e385ab2cfb5530b548006d1074f94856) - **deps**: update dependency pydantic to v2.9.0 *(commit by [@renovate[bot]](https://github.com/apps/renovate))*
- [`b3457fe`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/b3457fe70e7f53dec942704dab580c45a94fc9d3) - **deps**: update dependency msal to v1.31.0 *(commit by [@renovate[bot]](https://github.com/apps/renovate))*
- [`f680d0b`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/f680d0b012940f52d0456ca7eb6861851ad36f97) - **deps**: update dependency pydantic to v2.9.1 *(commit by [@renovate[bot]](https://github.com/apps/renovate))*
- [`82fbc4a`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/82fbc4a17b04f2de88c6216eeea0b39873554481) - remove unused import *(commit by [@tigattack](https://github.com/tigattack))*
- [`740c912`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/740c91257a989af76caad6a3d582146e5aa2480b) - replace a missed `typing` generic with builtin *(commit by [@tigattack](https://github.com/tigattack))*

### :recycle: Refactors
- [`ecaddae`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/ecaddae7e397023b0748316fe1abb5370daf78d5) - strongly type `MotTestType` as TypeAlias *(commit by [@tigattack](https://github.com/tigattack))*
- [`d403ca5`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/d403ca5b0d6f7ccbeec407384809ae5faafdfdd9) - replace `typing` generics with builtins *(commit by [@tigattack](https://github.com/tigattack))*
- [`0d2acdd`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/0d2acddd88b04df1f3c30b44a4154bd17bd9d1f4) - strongly type `_make_api_request` return type *(commit by [@tigattack](https://github.com/tigattack))*
- [`af5778b`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/af5778b4caacf876d3a3c5101b325b409e5cc526) - ensure `token` is not None *(commit by [@tigattack](https://github.com/tigattack))*

### :memo: Documentation Changes
- [`d3523d2`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/d3523d2405fcf22d141b548bc8f34b5c73200699) - **py**: add project URLs *(commit by [@tigattack](https://github.com/tigattack))*
- [`8e8fe11`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/8e8fe111e6b674f0860be13086e4f008eb754b8d) - **readme**: add badges *(commit by [@tigattack](https://github.com/tigattack))*
- [`c0daebf`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/c0daebf675b5cda10f75170f650b560cbf00b5f8) - document `MotTestType` type alias *(commit by [@tigattack](https://github.com/tigattack))*

### :wrench: Chores
- [`25014f5`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/25014f53c646586eede3c9794d2c921908921d15) - **renovate**: enable automerge for dev deps *(commit by [@tigattack](https://github.com/tigattack))*
- [`f869d5d`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/f869d5de622d7500485066bb00854cd0cffd6eeb) - **renovate**: update config to json5 *(commit by [@tigattack](https://github.com/tigattack))*
- [`ca6d38a`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/ca6d38a4f2680af9b8a097703b5543c38a31dcd1) - **renovate**: fix poetry deptype match *(commit by [@tigattack](https://github.com/tigattack))*
- [`d77ba20`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/d77ba206bb986c8cce4b1e7e22a318ccf8d64c05) - **deps**: update dependency mypy to v1.11.2 *(commit by [@renovate[bot]](https://github.com/apps/renovate))*
- [`6e6e95a`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/6e6e95a7d75bba4897076e5eb907ec859fb923d8) - **deps**: update dependency ruff to v0.6.2 *(commit by [@renovate[bot]](https://github.com/apps/renovate))*
- [`da06755`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/da067557b44ebf7d1b7546d0c8f2ad5dcdb4784b) - **deps**: update dependency ruff to v0.6.3 *(commit by [@renovate[bot]](https://github.com/apps/renovate))*
- [`53de279`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/53de279397e8ecbd2b701469d73fb1a94037ff08) - **deps**: update dependency ruff to v0.6.4 *(commit by [@renovate[bot]](https://github.com/apps/renovate))*
- [`39374fe`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/39374fe9254573dad578a6bf2b050c86051696d0) - **deps**: update dependency ruff to v0.6.5 *(commit by [@renovate[bot]](https://github.com/apps/renovate))*
- [`28cd441`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/28cd441753522c07a681d122845b63efa7b5b775) - bump minimum python version *(commit by [@tigattack](https://github.com/tigattack))*
- [`b569a85`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/b569a85ade72fd4cf99d42e45ebb75d5c968b4a5) - extend ruff default rule selection *(commit by [@tigattack](https://github.com/tigattack))*
- [`574a95f`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/574a95f97c56cca9f88dd945828899527903196b) - bump package version *(commit by [@tigattack](https://github.com/tigattack))*


## [0.1.2] - 2024-08-21
### :bug: Bug Fixes
- [`2aab403`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/2aab4039adca747936c0b10e03053cf395760026) - correct manufactureYear field type *(commit by [@tigattack](https://github.com/tigattack))*

### :wrench: Chores
- [`6c6e158`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/6c6e15899947866aa83d6622854a0d02d6235160) - bump project version *(commit by [@tigattack](https://github.com/tigattack))*


## [0.1.1] - 2024-08-20
### :wrench: Chores
- [`e178431`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/e17843152f4d958676b50099e933f732f56c470e) - downgrade aiohttp min version *(commit by [@tigattack](https://github.com/tigattack))*
- [`ec11b73`](https://github.com/tigattack/dvsa-mot-history-api-py/commit/ec11b735c604318ed775f0ae7f803e468b624249) - bump project version *(commit by [@tigattack](https://github.com/tigattack))*

[0.1.1]: https://github.com/tigattack/dvsa-mot-history-api-py/compare/0.1.0...0.1.1
[0.1.2]: https://github.com/tigattack/dvsa-mot-history-api-py/compare/0.1.1...0.1.2
[1.0.0]: https://github.com/tigattack/dvsa-mot-history-api-py/compare/0.1.2...1.0.0
[1.0.1]: https://github.com/tigattack/dvsa-mot-history-api-py/compare/1.0.0...1.0.1
[1.0.2]: https://github.com/tigattack/dvsa-mot-history-api-py/compare/1.0.1...1.0.2

0 comments on commit 35b4c04

Please sign in to comment.