Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.8.0 #115

Merged
merged 2 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,41 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.1] - 2023-10-30

### 🐛 Bug Fixes


- Problem around chrono, time, and an CVE - ([fb4a22f](https://github.com/lukexor/pix-engine/commit/fb4a22fab9a2c8b4d6d9b3707fce9edddbaf9386))
- Fixed build badge - ([0a01708](https://github.com/lukexor/pix-engine/commit/0a0170866ba4fe16b1d01a88a46ce0970a2a53b2))

### 📚 Documentation


- Fixed MSRV in readme - ([032f7b1](https://github.com/lukexor/pix-engine/commit/032f7b10d4356859b456544d3ba88d85c2356ad1))

### 🎨 Styling


- Fix format - ([3695546](https://github.com/lukexor/pix-engine/commit/36955467e136f11283922393372df60850e31771))

### ⚙️ Miscellaneous Tasks


- Remove release-plz from mergify update - ([c5685c5](https://github.com/lukexor/pix-engine/commit/c5685c5f3c2b8973c2aa4c5e234b921616f0e700))
- Remove deprecated actions-rs - ([9306a8b](https://github.com/lukexor/pix-engine/commit/9306a8b3896e2d0a3ecc89066bc9bee371ce2be2))
- Add mergify and fix cache version - ([c8740b0](https://github.com/lukexor/pix-engine/commit/c8740b0da9c7bab4562e37c58c24fcd8ce5ffc50))
- Fix release-plz - ([8802fa5](https://github.com/lukexor/pix-engine/commit/8802fa5d4b84c52937ad71ad7792d827a0bd019e))
- Remove sdl2 from release cd - ([82ecb98](https://github.com/lukexor/pix-engine/commit/82ecb98dacc72576d660eae0adcafa3669ea6032))
- Changed release name - ([a73a146](https://github.com/lukexor/pix-engine/commit/a73a146755fcace0a4ca8cd6cdaa19a51b50903a))
- Fixed ci toolchain - ([43c67b3](https://github.com/lukexor/pix-engine/commit/43c67b3f0f3b57326e8bf6c78e187720306695e9))
- Updated ci - ([09927c5](https://github.com/lukexor/pix-engine/commit/09927c5bcadf590c2e884c4782f099004e83fa54))
- Fix ci - ([9fb7c74](https://github.com/lukexor/pix-engine/commit/9fb7c74604b6787fdbbf8f33243f17a555b1e706))
- Updated dependencies - ([4dd3c51](https://github.com/lukexor/pix-engine/commit/4dd3c5120d98e8d2dc09c74ee310281b30d35f4b))
- Updated Cargo.lock - ([cf68729](https://github.com/lukexor/pix-engine/commit/cf68729ad8f8a9bef9c93fc344ca2957046df97f))
- Remove nightly and beta from CI - ([5d60e1f](https://github.com/lukexor/pix-engine/commit/5d60e1fa150670f8c22fb7e03952955ded8c2986))

<!-- generated by git-cliff -->
## [Unreleased]

### Added
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
Expand Up @@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0"
name = "pix-engine"
repository = "https://github.com/lukexor/pix-engine.git"
resolver = "2"
version = "0.7.0"
version = "0.8.0"
exclude = ["/images", "/audio", "/pkg"]
build = "build.rs"

Expand Down
Loading