Skip to content

Commit

Permalink
misc(release): Prepare for v1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedseven committed Apr 13, 2024
1 parent 806b5cf commit 4de15d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## [1.1.1] - 2024-04-13

### Continuous Integration

- Only compile artifacts when new tags are pushed. ([806b5cfa](https://github.com/zedseven/breeze/commit/806b5cfa))

### Miscellaneous Tasks

- Remove the use of `nightly` Rust features so that the program can be compiled with stable Rust. ([6549eed1](https://github.com/zedseven/breeze/commit/6549eed1))

## [1.1.0] - 2024-04-13

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breeze"
version = "1.1.0" # Managed by `release.sh`
version = "1.1.1" # Managed by `release.sh`
authors = ["Zacchary Dempsey-Plante <zacc@ztdp.ca>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 4de15d2

Please sign in to comment.