Skip to content

Commit

Permalink
Release 1.1.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
trobro authored Sep 25, 2024
1 parent e0c8a1d commit 8b3b85c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# hjson-rust History

- v1.1.0
- edition 2021
- minimum supported Rust version: 1.65
- fixes bug preventing use of -j or -c for the CLI tool
- v1.0.0
- stable
- v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion hjson/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde-hjson"
version = "1.0.0"
version = "1.1.0"
authors = ["Christian Zangl <laktak@cdak.net>"]
license = "MIT"
description = "Hjson serialization file format"
Expand Down
2 changes: 1 addition & 1 deletion hjson_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hjson"
version = "1.0.0"
version = "1.1.0"
authors = ["Christian Zangl <laktak@cdak.net>"]
license = "MIT"
description = "Hjson serialization file format"
Expand Down
2 changes: 1 addition & 1 deletion hjson_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde-hjson-tests"
version = "1.0.0"
version = "1.1.0"
authors = ["Christian Zangl <laktak@cdak.net>"]
edition = "2021"

Expand Down

0 comments on commit 8b3b85c

Please sign in to comment.