Skip to content

Commit

Permalink
chore: release (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 16, 2024
1 parent 4c0c16a commit 66afcbd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions merde_json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.1](https://github.com/bearcove/merde_json/compare/merde_json-v2.3.0...merde_json-v2.3.1) - 2024-08-16

### Fixed
- Remove (dev) dep on serde_json

## [2.3.0](https://github.com/bearcove/merde_json/compare/merde_json-v2.2.0...merde_json-v2.3.0) - 2024-08-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion merde_json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merde_json"
version = "2.3.0"
version = "2.3.1"
edition = "2021"
authors = ["Amos Wenger <[email protected]>"]
description = "Serialize and deserialize JSON with jiter and declarative macros"
Expand Down
5 changes: 5 additions & 0 deletions merde_json_types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.1](https://github.com/bearcove/merde_json/compare/merde_json_types-v2.2.0...merde_json_types-v2.2.1) - 2024-08-16

### Other
- updated the following local packages: merde_json, merde_json

## [2.2.0](https://github.com/bearcove/merde_json/compare/merde_json_types-v2.1.2...merde_json_types-v2.2.0) - 2024-08-16

### Added
Expand Down
6 changes: 3 additions & 3 deletions merde_json_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "merde_json_types"
version = "2.2.0"
version = "2.2.1"
authors = ["Amos Wenger <[email protected]>"]
description = "Wrapper types for merde_json that implement serialization/deserialization"
license = "Apache-2.0 OR MIT"
Expand All @@ -11,11 +11,11 @@ keywords = ["json", "serialization", "deserialization", "jiter", "merde"]
categories = ["encoding", "parser-implementations"]

[dependencies]
merde_json = { version = "2.3.0", path = "../merde_json", optional = true }
merde_json = { version = "2.3.1", path = "../merde_json", optional = true }
time = { version = "0.3.36", optional = true }

[dev-dependencies]
merde_json = { version = "2.3.0", path = "../merde_json" }
merde_json = { version = "2.3.1", path = "../merde_json" }
time = { version = "0.3.36", features = ["macros"] }

[features]
Expand Down

0 comments on commit 66afcbd

Please sign in to comment.