diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed0506..fd38b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5](https://github.com/aguss787/jedit/compare/v0.1.4...v0.1.5) - 2025-10-12 + +### Other + +- *(deps)* bump toml from 0.8.23 to 0.9.6 +- *(deps)* bump sonic-rs from 0.5.1 to 0.5.5 +- *(deps)* bump toml from 0.8.22 to 0.8.23 +- *(deps)* bump clap from 4.5.38 to 4.5.40 + ## [0.1.4](https://github.com/aguss787/jedit/compare/v0.1.3...v0.1.4) - 2025-05-13 ### Added diff --git a/Cargo.lock b/Cargo.lock index a8968a7..6ce84ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,7 +608,7 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "jedit" -version = "0.1.4" +version = "0.1.5" dependencies = [ "byte-unit", "clap", diff --git a/Cargo.toml b/Cargo.toml index 539321f..a36f2ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "jedit" description = "Command-line tool to view and edit large JSON file" repository = "https://github.com/aguss787/jedit" -version = "0.1.4" +version = "0.1.5" edition = "2024" license = "MIT"