Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2023-09-14)

### Performance Improvements

* **merge:** apply pointer in arguments and allow to replace array by object ([052e37f](052e37f))
* **merge:** apply pointer in arguments and allow to replace array by object ([36ec2f9](36ec2f9))

### BREAKING CHANGES

* **merge:** merge with pointer and all replace array by object
* **merge:** apply pointer in arguments and remove the previous declaration
  • Loading branch information
semantic-release-bot committed Sep 14, 2023
1 parent 052e37f commit 79a93dc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0](https://github.com/jmfiaschi/json_value_merge/compare/v1.2.0...v2.0.0) (2023-09-14)


### Performance Improvements

* **merge:** apply pointer in arguments and allow to replace array by object ([052e37f](https://github.com/jmfiaschi/json_value_merge/commit/052e37f6f70698d7782caf86b577cb836e18d578))
* **merge:** apply pointer in arguments and allow to replace array by object ([36ec2f9](https://github.com/jmfiaschi/json_value_merge/commit/36ec2f99eb55a48dfe8fba20c4c145b82a2e215e))


### BREAKING CHANGES

* **merge:** merge with pointer and all replace array by object
* **merge:** apply pointer in arguments and remove the previous declaration

# [2.0.0-beta.2](https://github.com/jmfiaschi/json_value_merge/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2023-09-14)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json_value_merge"
version = "2.0.0-beta.2"
version = "2.0.0"
authors = ["Jean-Marc Fiaschi <jm.fiaschi@gmail.com>"]
edition = "2018"
description = "Interface to merge serde_json::Value objects."
Expand Down

0 comments on commit 79a93dc

Please sign in to comment.