Skip to content

Commit

Permalink
fix Cargo.toml not incremented
Browse files Browse the repository at this point in the history
  • Loading branch information
deankarn committed Dec 14, 2023
1 parent 568e81b commit 72769c6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.3] - 2023-12-13
### Fixed
- version not incremented in Cargo.toml.

## [0.14.2] - 2023-12-13
### Fixed
- `to_processing` metric using wrong `updated_at`.
Expand Down Expand Up @@ -141,8 +145,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Future Job support using new `run_at` Job field.
- Reschedule endpoint allowing the Job Runner to manage a unique/singleton Job rescheduling itself.

[Unreleased]: https://github.com/rust-playground/relay-rs/compare/v0.14.2...HEAD
[0.14.2]: https://github.com/rust-playground/relay-rs/compare/v0.14.1...v0.14.2
[Unreleased]: https://github.com/rust-playground/relay-rs/compare/v0.14.3...HEAD
[0.14.3]: https://github.com/rust-playground/relay-rs/compare/v0.14.2...v0.14.3
[0.14.2]: https://github.com/rust-playground/relay-rs/compare/v0.14.2...v0.14.2
[0.14.1]: https://github.com/rust-playground/relay-rs/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/rust-playground/relay-rs/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/rust-playground/relay-rs/compare/v0.12.1...v0.13.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion relay-backend-postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "relay-backend-postgres"
version = "0.8.1"
version = "0.14.3"
edition.workspace = true
authors.workspace = true
description.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion relay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "relay"
version = "0.14.1"
version = "0.14.3"
edition.workspace = true
authors.workspace = true
description.workspace = true
Expand Down

0 comments on commit 72769c6

Please sign in to comment.