Skip to content

Commit

Permalink
0.2.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2024
1 parent 7e10163 commit 35f108f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion v.mod
Original file line number Diff line number Diff line change
@@ -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']
}

0 comments on commit 35f108f

Please sign in to comment.