Skip to content

Commit

Permalink
chore: Release product-config 0.7.0 (#110)
Browse files Browse the repository at this point in the history
* Track Cargo.lock file

* Bump product-config version to 0.7.0

* Bump Rust version to 1.79.0

* Update changelog

* Update changelog PR link
  • Loading branch information
Techassi authored Jul 9, 2024
1 parent 0ca644c commit d61d4c7
Show file tree
Hide file tree
Showing 6 changed files with 535 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.71.0
RUST_VERSION: 1.79.0

jobs:
run_tests:
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.7.0] - 2024-07-09

### Changed

- Bump Rust dependencies and Action versions ([#98], [#99], [#100], [#101],
[#102], [#103], [#104], [#105], [#108]).
- Update Renovate config ([#106]).
- Bump Rust version to 1.79.0 ([#110]).

[#98]: https://github.com/stackabletech/product-config/pull/98
[#99]: https://github.com/stackabletech/product-config/pull/99
[#100]: https://github.com/stackabletech/product-config/pull/100
[#101]: https://github.com/stackabletech/product-config/pull/101
[#102]: https://github.com/stackabletech/product-config/pull/102
[#103]: https://github.com/stackabletech/product-config/pull/103
[#104]: https://github.com/stackabletech/product-config/pull/104
[#105]: https://github.com/stackabletech/product-config/pull/105
[#106]: https://github.com/stackabletech/product-config/pull/106
[#108]: https://github.com/stackabletech/product-config/pull/108
[#110]: https://github.com/stackabletech/product-config/pull/110

## [0.6.0] - 2023-10-30

### Changed

- Improved error messages using `snafu` instead of `thiserror` ([#96]).

[#96]: https://github.com/stackabletech/product-config/pull/96

## [0.5.0] - 2022-08-16

### Changed
Expand Down
Loading

0 comments on commit d61d4c7

Please sign in to comment.