Skip to content

Commit

Permalink
chore: release 0.5.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
olichwiruk committed Jan 28, 2025
1 parent d14e45f commit 640e674
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
39 changes: 23 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

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

## [0.5.3] - 2025-01-28

### ⚙️ Miscellaneous Tasks

- Update oca-rs to 0.6.9 and oca-sdk-rs to 0.1.4

## [0.5.2] - 2025-01-17

### ⚙️ Miscellaneous Tasks

- Update oca dependencies and refactor imports to use oca_sdk_rs
- Release 0.5.2 version

## [0.5.1] - 2025-01-10

Expand Down Expand Up @@ -301,23 +308,27 @@ All notable changes to this project will be documented in this file.
- *(tui)* Unselect elements that were built
- *(tui)* Unselect elements that were published

### 💼 Other

- Use git cliff to auto-update CHANGELOG.md

### ⚙️ Miscellaneous Tasks

- Release 0.4.0 version
- Rewamp CHANGELOG
- Release 0.4.1 version

### Build

- Use git cliff to auto-update CHANGELOG.md

## [0.4.0-rc.13] - 2024-06-17

### 🚀 Features

- Allow setting publishing timeout in tui
- Show deleted files in changes

### 💼 Other

- Change mapping format

### 🚜 Refactor

- Remove unwraps
Expand All @@ -328,10 +339,6 @@ All notable changes to this project will be documented in this file.
- Release 0.4.0-rc.13 version
- Changelog for rc13

### Fit

- Change mapping format

## [0.4.0-rc.12] - 2024-06-12

### 🚀 Features
Expand Down Expand Up @@ -520,6 +527,10 @@ All notable changes to this project will be documented in this file.
- Add namespaces in `i` section
- Generate namespaces for arrays

### 💼 Other

- Reformat

### 🚜 Refactor

- Update presentation command
Expand All @@ -536,10 +547,6 @@ All notable changes to this project will be documented in this file.
- Update cargo.toml
- Release 0.4.0-rc.5 version

### Fir

- Reformat

## [0.4.0-rc.4] - 2024-01-09

### 🚀 Features
Expand All @@ -556,17 +563,17 @@ All notable changes to this project will be documented in this file.

## [0.4.0-rc.2] - 2024-01-09

### 💼 Other

- 0.4.0-rc.2

### ⚙️ Miscellaneous Tasks

- Add release configuration
- Exclude gitattributes
- Fix version in cargo
- Release 0.4.0-rc.2 version

### Release

- 0.4.0-rc.2

## [0.4.0-rc.1] - 2024-01-09

### 🚀 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.5.2"
version = "0.5.3"
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 640e674

Please sign in to comment.