Skip to content

Commit

Permalink
Merge pull request #187 from 56quarters/version-bump
Browse files Browse the repository at this point in the history
Version bump for 1.0.0
  • Loading branch information
56quarters authored Dec 2, 2023
2 parents 6896020 bf9f960 commit 2e1e723
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
# Changelog

## [v1.0.0](https://github.com/56quarters/cadence/tree/1.0.0) - unreleased
## [v1.0.0](https://github.com/56quarters/cadence/tree/1.0.0) - 2023-12-02
* Remove deprecated `StatsdClient::from_udp_host` method and `Compat` trait per
[#181](https://github.com/56quarters/cadence/pull/181). These methods have been
deprecated since `v0.26`. See [MIGRATION.md](MIGRATION.md) for more information.
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 1,5 @@
[workspace]
resolver = "2"
members = [
"cadence",
"cadence-macros",
Expand Down
4 changes: 2 additions & 2 deletions cadence-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "cadence-macros"
version = "0.29.1"
version = "1.0.0"
authors = ["Nick Pillitteri"]
description = "Macros for Cadence, an extensible Statsd client for Rust"
homepage = "https://github.com/56quarters/cadence"
Expand All @@ -13,7 13,7 @@ edition = "2021"
autobenches = false

[dependencies]
cadence = { path = "../cadence", version = "0.29" }
cadence = { path = "../cadence", version = "1.0" }

[dev-dependencies]
crossbeam-channel = "0.5.1"
2 changes: 1 addition & 1 deletion cadence/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "cadence"
version = "0.29.1"
version = "1.0.0"
authors = ["Nick Pillitteri"]
description = "An extensible Statsd client for Rust"
homepage = "https://github.com/56quarters/cadence"
Expand Down

0 comments on commit 2e1e723

Please sign in to comment.