diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ee41d..f0f13fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changes +## [0.2.5](https://github.com/prantlf/v-json/compare/v0.2.4...v0.2.5) (2024-11-16) + +### Bug Fixes + +* Replace deprecated index_u8_last with last_index_u8 ([60ee485](https://github.com/prantlf/v-json/commit/60ee4855256e64cfcb456f9fd3c4710d1f141c64)) +* Fix sources for the new V compiler ([7e10163](https://github.com/prantlf/v-json/commit/7e1016339260feaa31b16bd59bd6a9fc1acfd23d)) + ## [0.2.4](https://github.com/prantlf/v-json/compare/v0.2.3...v0.2.4) (2024-04-17) ### Bug Fixes diff --git a/v.mod b/v.mod index f14edbb..47730d7 100644 --- a/v.mod +++ b/v.mod @@ -1,7 +1,7 @@ Module { name: 'json' description: 'Strictly parse and format JSON/JSONC/JSON5 data.' - version: '0.2.4' + version: '0.2.5' license: 'MIT' dependencies: ['prantlf.jany'] }