Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmzz committed Feb 2, 2024
1 parent 16b359b commit f98a83a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Source: https://keepachangelog.com/

## [Unreleased]

## [1.0.0] - 2024-02-02

* **Crate**: https://crates.io/crates/macon/1.0.0
* **Documentation**: https://docs.rs/macon/1.0.0/macon/

### Added

- Tuple support (#4)
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "macon"
version = "0.3.1"
version = "1.0.0"
edition = "2021"

authors = ["Logan Mzz"]
Expand All @@ -22,8 +22,8 @@ categories = [
]

[dependencies]
macon_derive = { version = "=0.3.1", path = "macon_derive" }
macon_api = { version = "=0.3.1", path = "macon_api" }
macon_derive = { version = "=1.0.0", path = "macon_derive" }
macon_api = { version = "=1.0.0", path = "macon_api" }

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
Expand All @@ -41,7 +41,7 @@ default-members = [
]

[workspace.package]
version = "0.3.1"
version = "1.0.0"
edition = "2021"

authors = ["Logan Mzz"]
Expand Down

0 comments on commit f98a83a

Please sign in to comment.