Skip to content

Commit

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

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

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

### 🚀 Features

- Add details window
- Add dependent files to details
- Add deps command
- Cache processed refn during build
- Cache processed refn during validate

### 🐛 Bug Fixes

- Fix loading repository url from config file
- Better error messages
- Catch unexpected errors

## [0.4.5] - 2024-08-28

### 🐛 Bug Fixes
Expand All @@ -12,6 +28,7 @@ All notable changes to this project will be documented in this file.
### ⚙️ Miscellaneous Tasks

- Fix clippy warnings
- Release 0.4.5 version

## [0.4.4] - 2024-08-23

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.5"
version = "0.4.6-rc.1"
edition = "2021"
authors = ["Marcin Olichwiruk <marcin.olichwiruk@opensoftware.pl>", "Robert Mitwicki <robert.mitwicki@opensoftware.pl>", "Michał Pietrus <michal.pietrus@opensoftware.pl>"]
license = "EUPL-1.2"
Expand Down

0 comments on commit 2d37f70

Please sign in to comment.