Skip to content

Commit d906481

Browse files
authored
Merge pull request #115 from lukexor/release-plz-2023-10-30T21-14-04Z
chore: release v0.8.0
2 parents c5685c5 + ec8a838 commit d906481

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,41 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [0.7.1] - 2023-10-30
11+
12+
### 🐛 Bug Fixes
13+
14+
15+
- Problem around chrono, time, and an CVE - ([fb4a22f](https://github.com/lukexor/pix-engine/commit/fb4a22fab9a2c8b4d6d9b3707fce9edddbaf9386))
16+
- Fixed build badge - ([0a01708](https://github.com/lukexor/pix-engine/commit/0a0170866ba4fe16b1d01a88a46ce0970a2a53b2))
17+
18+
### 📚 Documentation
19+
20+
21+
- Fixed MSRV in readme - ([032f7b1](https://github.com/lukexor/pix-engine/commit/032f7b10d4356859b456544d3ba88d85c2356ad1))
22+
23+
### 🎨 Styling
24+
25+
26+
- Fix format - ([3695546](https://github.com/lukexor/pix-engine/commit/36955467e136f11283922393372df60850e31771))
27+
28+
### ⚙️ Miscellaneous Tasks
29+
30+
31+
- Remove release-plz from mergify update - ([c5685c5](https://github.com/lukexor/pix-engine/commit/c5685c5f3c2b8973c2aa4c5e234b921616f0e700))
32+
- Remove deprecated actions-rs - ([9306a8b](https://github.com/lukexor/pix-engine/commit/9306a8b3896e2d0a3ecc89066bc9bee371ce2be2))
33+
- Add mergify and fix cache version - ([c8740b0](https://github.com/lukexor/pix-engine/commit/c8740b0da9c7bab4562e37c58c24fcd8ce5ffc50))
34+
- Fix release-plz - ([8802fa5](https://github.com/lukexor/pix-engine/commit/8802fa5d4b84c52937ad71ad7792d827a0bd019e))
35+
- Remove sdl2 from release cd - ([82ecb98](https://github.com/lukexor/pix-engine/commit/82ecb98dacc72576d660eae0adcafa3669ea6032))
36+
- Changed release name - ([a73a146](https://github.com/lukexor/pix-engine/commit/a73a146755fcace0a4ca8cd6cdaa19a51b50903a))
37+
- Fixed ci toolchain - ([43c67b3](https://github.com/lukexor/pix-engine/commit/43c67b3f0f3b57326e8bf6c78e187720306695e9))
38+
- Updated ci - ([09927c5](https://github.com/lukexor/pix-engine/commit/09927c5bcadf590c2e884c4782f099004e83fa54))
39+
- Fix ci - ([9fb7c74](https://github.com/lukexor/pix-engine/commit/9fb7c74604b6787fdbbf8f33243f17a555b1e706))
40+
- Updated dependencies - ([4dd3c51](https://github.com/lukexor/pix-engine/commit/4dd3c5120d98e8d2dc09c74ee310281b30d35f4b))
41+
- Updated Cargo.lock - ([cf68729](https://github.com/lukexor/pix-engine/commit/cf68729ad8f8a9bef9c93fc344ca2957046df97f))
42+
- Remove nightly and beta from CI - ([5d60e1f](https://github.com/lukexor/pix-engine/commit/5d60e1fa150670f8c22fb7e03952955ded8c2986))
43+
44+
<!-- generated by git-cliff -->
1045
## [Unreleased]
1146

1247
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0"
1515
name = "pix-engine"
1616
repository = "https://github.com/lukexor/pix-engine.git"
1717
resolver = "2"
18-
version = "0.7.0"
18+
version = "0.8.0"
1919
exclude = ["/images", "/audio", "/pkg"]
2020
build = "build.rs"
2121

0 commit comments

Comments
 (0)