Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo committed Sep 17, 2024
1 parent b7483fd commit 85ad08c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.3.2"
version = "0.3.3"

[workspace]

Expand Down
2 changes: 1 addition & 1 deletion despatma-abstract-factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["macro", "design", "patterns", "abstract", "factory"]
proc-macro = true

[dependencies]
despatma-lib = { version = "0.3.2", path = "../despatma-lib" }
despatma-lib = { version = "0.3.3", path = "../despatma-lib" }
proc-macro2.workspace = true
quote.workspace = true
syn = { workspace = true, features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion despatma-dependency-container/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["design", "patterns", "dependency", "container", "injection"]
proc-macro = true

[dependencies]
despatma-visitor = { version = "0.3.2", path = "../despatma-visitor" }
despatma-visitor = { version = "0.3.3", path = "../despatma-visitor" }
indexmap = "2.4.0"
proc-macro-error = "1.0.4"
proc-macro2.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions despatma-visitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3](https://github.com/chesedo/despatma/compare/despatma-visitor-v0.3.2...despatma-visitor-v0.3.3) - 2024-09-17

### Other

- Update dev env to Rust 1.81.0 ([#22](https://github.com/chesedo/despatma/pull/22))

## [0.3.1](https://github.com/chesedo/despatma/compare/despatma-visitor-v0.3.0...despatma-visitor-v0.3.1) - 2024-08-16

### Other
Expand Down
2 changes: 1 addition & 1 deletion despatma-visitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ proc-macro = true

[dependencies]
convert_case = "0.6.0"
despatma-lib = { version = "0.3.2", path = "../despatma-lib" }
despatma-lib = { version = "0.3.3", path = "../despatma-lib" }
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions despatma/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ license = "MIT"
keywords = ["macro", "design", "patterns"]

[dependencies]
despatma-abstract-factory = { version = "0.3.2", path = "../despatma-abstract-factory" }
despatma-dependency-container = { version = "0.3.2", path = "../despatma-dependency-container" }
despatma-lib = { version = "0.3.2", path = "../despatma-lib" }
despatma-visitor = { version = "0.3.2", path = "../despatma-visitor" }
despatma-abstract-factory = { version = "0.3.3", path = "../despatma-abstract-factory" }
despatma-dependency-container = { version = "0.3.3", path = "../despatma-dependency-container" }
despatma-lib = { version = "0.3.3", path = "../despatma-lib" }
despatma-visitor = { version = "0.3.3", path = "../despatma-visitor" }

[dev-dependencies]
auto_impl = "1.2.0"
Expand Down

0 comments on commit 85ad08c

Please sign in to comment.