Skip to content

Commit

Permalink
Prepare 0.10.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 3, 2021
1 parent 15b5fe6 commit ce044e0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All user visible changes to `cucumber` crate will be documented in this file. Th



## [0.10.2] · ???
## [0.10.2] · 2021-11-03
[0.10.2]: /../../tree/v0.10.2

[Diff](/../../compare/v0.10.1...v0.10.2) | [Milestone](/../../milestone/5)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cucumber"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
rust-version = "1.56"
description = """\
Expand Down Expand Up @@ -49,7 +49,7 @@ sealed = "0.3"
structopt = "0.3.25"

# "macros" feature dependencies
cucumber-codegen = { version = "0.10.1", path = "./codegen", optional = true }
cucumber-codegen = { version = "0.10.2", path = "./codegen", optional = true }
inventory = { version = "0.1.10", optional = true }

[dev-dependencies]
Expand Down
14 changes: 14 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ All user visible changes to `cucumber-codegen` crate will be documented in this



## [0.10.2] · 2021-11-03
[0.10.2]: /../../tree/v0.10.2/codegen

[Milestone](/../../milestone/5)

### Added

- World's type name to the generated `WorldInit` machinery to omit conflicts for different types in the same module. ([#150])

[#150]: /../../pull/150




## [0.10.1] · 2021-10-29
[0.10.1]: /../../tree/v0.10.1/codegen

Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cucumber-codegen"
version = "0.10.1" # should be the same as main crate version
version = "0.10.2" # should be the same as main crate version
edition = "2021"
rust-version = "1.56"
description = "Code generation for `cucumber` crate."
Expand Down

0 comments on commit ce044e0

Please sign in to comment.