Skip to content

Commit

Permalink
Prepare 0.14.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Sep 12, 2022
1 parent 18c2f31 commit db1d315
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ All user visible changes to `cucumber` crate will be documented in this file. Th



## [0.14.1] · 2022-09-??
## [0.14.1] · 2022-09-12
[0.14.1]: /../../tree/v0.14.1

[Diff](/../../compare/v0.14.0...v0.14.1) | [Milestone](/../../milestone/14)

### Changed

- Considered stripping `CARGO_WORKSPACE_DIR` from output paths whenever is defined. ([todo])
- Considered stripping `CARGO_WORKSPACE_DIR` from output paths whenever is defined. ([ad0bb22f])

### Fixed

- `CARGO_MANIFEST_DIR` being detected in compile time. ([todo])
- `CARGO_MANIFEST_DIR` being detected in compile time. ([ad0bb22f])

### Security updated

- `junit-report` crate to 0.8 version to fix [RUSTSEC-2022-0048]. ([#229], [#226])

[#226]: /../../issues/226
[#229]: /../../pull/229
[todo]: /../../commit/todo
[ad0bb22f]: /../../commit/ad0bb22f9234099985cb1966f92ccefbc97060fb
[RUSTSEC-2022-0048]: https://rustsec.org/advisories/RUSTSEC-2022-0048.html


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 = "cucumber"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
rust-version = "1.62"
description = """\
Expand Down
12 changes: 12 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to `cucumber-codegen` crate will be documented in this



## [0.14.1] · 2022-09-12
[0.14.1]: /../../tree/v0.14.1/codegen

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

### Version bump only

See `cucumber` crate [changelog](https://github.com/cucumber-rs/cucumber/blob/v0.14.1/CHANGELOG.md).




## [0.14.0] · 2022-09-08
[0.14.0]: /../../tree/v0.14.0/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.14.0" # should be the same as main crate version
version = "0.14.1" # should be the same as main crate version
edition = "2021"
rust-version = "1.62"
description = "Code generation for `cucumber` crate."
Expand Down

0 comments on commit db1d315

Please sign in to comment.