Skip to content

Commit

Permalink
chore: release 0.4.6-rc.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
edytapawlak committed Oct 7, 2024
1 parent 8ab0ec8 commit a6c1738
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [0.4.6-rc.5] - 2024-10-07

### 🚀 Features

- Detect not built files while publish
- Update publish command options
- Publish by said with dependencies

### 🚜 Refactor

- Clean up build command
- Cargo fmt
- Minor changes

### ⚙️ Miscellaneous Tasks

- Fix clippy warnings

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

### 🚀 Features
Expand All @@ -19,6 +37,10 @@ All notable changes to this project will be documented in this file.
- Remove unwraps
- Fix clippy warnings

### ⚙️ Miscellaneous Tasks

- Release 0.4.6-rc.4 version

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

### 🚀 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.4"
version = "0.4.6-rc.5"
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 a6c1738

Please sign in to comment.