Skip to content

Commit

Permalink
[meta] prepare releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Nov 7, 2022
1 parent 813a066 commit c4d4b95
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 1 deletion.
7 changes: 7 additions & 0 deletions guppy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.15.0] - 2022-11-07

### Changed

- `guppy::Error::UnknownRegistryName` now boxes the internal `summary` and is smaller as a result.

## [0.14.4] - 2022-10-05

### Changed
Expand Down Expand Up @@ -527,6 +533,7 @@ lazy_static = "0.2"
### Added
- Initial release.

[0.15.0]: https://github.com/guppy-rs/guppy/releases/tag/guppy-0.15.0
[0.14.4]: https://github.com/guppy-rs/guppy/releases/tag/guppy-0.14.4
[0.14.3]: https://github.com/guppy-rs/guppy/releases/tag/guppy-0.14.3
[0.14.2]: https://github.com/guppy-rs/guppy/releases/tag/guppy-0.14.2
Expand Down
1 change: 0 additions & 1 deletion release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ consolidate-commits = false
pre-release-commit-message = "[{{crate_name}}] version {{version}}"
tag-message = "[{{crate_name}}] version {{version}}"
tag-name = "{{prefix}}{{version}}"
dev-version = false
publish = false
dependent-version = "upgrade"
8 changes: 8 additions & 0 deletions target-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.2.2] - 2022-11-07

### Updated

Internal dependency `cfg-expr` updated to 0.12.0, enabling parsing of `target_abi`.

## [1.2.1] - 2022-10-25

### Added
Expand Down Expand Up @@ -183,8 +189,10 @@ This was mistakenly published and was yanked.
- Switched to [`cfg-expr`](https://github.com/EmbarkStudios/cfg-expr) as the backend for `cfg()` expressions.

## [0.1.0] - 2020-03-20

- Initial release.

[1.2.2]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-1.2.2
[1.2.1]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-1.2.1
[1.2.0]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-1.2.0
[1.1.0]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-1.1.0
Expand Down
7 changes: 7 additions & 0 deletions tools/cargo-hakari/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.9.16] - 2022-11-07

### Added

- cargo-hakari now works with `cfg()` specifications that contain `target_abi` in them.

## [0.9.15] - 2022-09-30

### Changed
Expand Down Expand Up @@ -131,6 +137,7 @@ This was tagged, but never released due to

Initial release.

[0.9.16]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.16
[0.9.15]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.15
[0.9.14]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.14
[0.9.13]: https://github.com/guppy-rs/guppy/releases/tag/cargo-hakari-0.9.13
Expand Down
8 changes: 8 additions & 0 deletions tools/determinator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.0] - 2022-11-07

### Changed

- Updated guppy to 0.15.0.


## [0.9.1] - 2022-09-30

### Changed
Expand Down Expand Up @@ -99,6 +106,7 @@ Initial release.
* Path-based and package-based custom rules, including a default set of rules for files like `rust-toolchain` and `Cargo.lock`.
* A `Paths0` wrapper to make it easier to retrieve changes from source control.

[0.10.0]: https://github.com/guppy-rs/guppy/releases/tag/determinator-0.10.0
[0.9.1]: https://github.com/guppy-rs/guppy/releases/tag/determinator-0.9.1
[0.9.0]: https://github.com/guppy-rs/guppy/releases/tag/determinator-0.9.0
[0.8.0]: https://github.com/guppy-rs/guppy/releases/tag/determinator-0.8.0
Expand Down
7 changes: 7 additions & 0 deletions tools/hakari/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.11.0] - 2022-11-07

### Changed

- Updated guppy to 0.15.0.

## [0.10.2] - 2022-09-30

### Changed
Expand Down Expand Up @@ -199,6 +205,7 @@ Internal updates for `cargo-hakari 0.9.8`.

Initial release.

[0.11.0]: https://github.com/guppy-rs/guppy/releases/tag/hakari-0.11.0
[0.10.2]: https://github.com/guppy-rs/guppy/releases/tag/hakari-0.10.2
[0.10.1]: https://github.com/guppy-rs/guppy/releases/tag/hakari-0.10.1
[0.10.0]: https://github.com/guppy-rs/guppy/releases/tag/hakari-0.10.0
Expand Down

0 comments on commit c4d4b95

Please sign in to comment.