diff options
| -rw-r--r-- | CHANGELOG.md | 10 | ||||
| -rw-r--r-- | README.md | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0362fb1..247e001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2025-05-26 + +## Fixed + +- Guangdong-Z only supports the Macau and Hong Kong suffixes + https://github.com/lizhineng/vehicle-license-china/pull/1 + ## [0.1.0] - 2025-05-14 First release. -[Unreleased]: https://github.com/lizhineng/vehicle-license-china/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/lizhineng/vehicle-license-china/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/lizhineng/vehicle-license-china/releases/tag/v0.1.1 [0.1.0]: https://github.com/lizhineng/vehicle-license-china/releases/tag/v0.1.0 @@ -1,8 +1,8 @@ # Vehicle license library for mainland China -[](https://github.com/lizhineng/vehicle-license-china) [](https://github.com/lizhineng/vehicle-license-china/actions/workflows/test.yml) -[](https://github.com/lizhineng/vehicle-license-china/actions/workflows/test.yml) +[](https://github.com/lizhineng/vehicle-license-china) +[](https://github.com/lizhineng/vehicle-license-china) The library implements the [GA 36-2018], which helps you validate the vehicle registration number issued in mainland China and extract the information @@ -72,7 +72,7 @@ $registrationNumber->isBatteryElectric(); ## License -The library is licensed under [the MIT license]. +The library is released under [the MIT license]. [GA 36-2018]: https://std.samr.gov.cn/hb/search/stdHBDetailed?id=8B1827F150C5BB19E05397BE0A0AB44A [the MIT license]: LICENSE.md |
