Skip to content

Commit

Permalink
chore: release 0.4.6-rc.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
edytapawlak committed Sep 26, 2024
1 parent c9b7601 commit dea0f01
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [0.4.6-rc.4] - 2024-09-26

### 🚀 Features

- Cache built files
- Add publish flag to build command

### 🐛 Bug Fixes

- Ensure ancestors are in correct order

### 🚜 Refactor

- Add build submodule
- Remove unwraps
- Fix clippy warnings

## [0.4.6-rc.3] - 2024-09-18

### 🚀 Features
Expand All @@ -18,6 +35,10 @@ All notable changes to this project will be documented in this file.
- Improve formatting of build error display
- Reformat and remove unused code

### ⚙️ Miscellaneous Tasks

- Release 0.4.6-rc.3 version

## [0.4.6-rc.2] - 2024-09-12

### 🚀 Features
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 = "oca"
version = "0.4.6-rc.3"
version = "0.4.6-rc.4"
edition = "2021"
authors = ["Marcin Olichwiruk <[email protected]>", "Robert Mitwicki <[email protected]>", "Michał Pietrus <[email protected]>"]
license = "EUPL-1.2"
Expand Down

0 comments on commit dea0f01

Please sign in to comment.