Skip to content

Commit

Permalink
Run release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-t committed Jul 8, 2023
1 parent 7d91c4a commit a94acd7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This is a shared changelog for all projects in this repo:
- [`cvars-console-fyrox`](https://crates.io/crates/cvars-console-fyrox)
- [`cvars-console-macroquad`](https://crates.io/crates/cvars-console-macroquad)

## Cvars-macros v 0.4.1 - 2023-07-08

- Add support for non-`Copy` types such as `String`.

## Cvars-console-fyrox v0.2.0 - 2023-07-01

- **Breaking change:** Update to cvars v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Look for fixmes/todos
- Look for outdated deps (`cargo outdated` or [deps.rs](https://deps.rs/repo/github/martin-t/cvars))
- Bump version(s)
- For workspace and separately for consoles: `cargo update` (even for libs [^lockfile])
- For workspace and separately for consoles and benches: `cargo update` (even for libs [^lockfile])
- Update CHANGELOG.md
- Commit, `git push`, make sure CI passes
- This is after bumping versions to make sure all the packages in the repo are still compatible
Expand Down
10 changes: 5 additions & 5 deletions cvars-bench-compile-time/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 cvars-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cvars-macros"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Martin Taibr <taibr.martin@gmail.com>"]
description = "Configuration variables for games - internal crate, use the main cvars crate instead"
Expand Down

0 comments on commit a94acd7

Please sign in to comment.