Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 16, 2023
1 parent 04f054d commit f5b43c4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.5.0](https://github.com/etolbakov/archeologit/compare/v0.4.0...v0.5.0) (2023-11-16)


### Features

* add commands, update docs ([#1](https://github.com/etolbakov/archeologit/issues/1)) ([e8f365e](https://github.com/etolbakov/archeologit/commit/e8f365e1f84d4e92d32150f578f4c9648b77a8e8))
* create the gh workflow with release-please ([#2](https://github.com/etolbakov/archeologit/issues/2)) ([509eb6c](https://github.com/etolbakov/archeologit/commit/509eb6c7fcc16f92910ff9d279dc370b71a6cf2d))
* improve the gh workflow ([16974bb](https://github.com/etolbakov/archeologit/commit/16974bbde7cc53444b82aa01fc2ec8b0a60f17a0))
* improve the gh workflow ([#8](https://github.com/etolbakov/archeologit/issues/8)) ([16974bb](https://github.com/etolbakov/archeologit/commit/16974bbde7cc53444b82aa01fc2ec8b0a60f17a0))
* update readme spacing ([#6](https://github.com/etolbakov/archeologit/issues/6)) ([6ac9632](https://github.com/etolbakov/archeologit/commit/6ac9632d23a981ea5463199829c85cf36c383a54))


### Bug Fixes

* add additional debugging output ([2e8d3c2](https://github.com/etolbakov/archeologit/commit/2e8d3c292eb27ec6215766b5a68f21c00507d41a))
* add additional debugging output ([#10](https://github.com/etolbakov/archeologit/issues/10)) ([2e8d3c2](https://github.com/etolbakov/archeologit/commit/2e8d3c292eb27ec6215766b5a68f21c00507d41a))
* adjust the release step ([#18](https://github.com/etolbakov/archeologit/issues/18)) ([04f054d](https://github.com/etolbakov/archeologit/commit/04f054dab71003c7bdc37f3418cef804b6b7796f))
* another release attempt ([#12](https://github.com/etolbakov/archeologit/issues/12)) ([3a7b24d](https://github.com/etolbakov/archeologit/commit/3a7b24d9ef98a3ec2339ad4aafd21c58fe05dcbd))
* reduce the number of artifacts ([#15](https://github.com/etolbakov/archeologit/issues/15)) ([6a22589](https://github.com/etolbakov/archeologit/commit/6a225891001bdc720c7a528491fecda9d77a8184))

## [0.4.0](https://github.com/etolbakov/archeologit/compare/v0.3.2...v0.4.0) (2023-11-16)


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 = "archeologit"
version = "0.4.0"
version = "0.5.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit f5b43c4

Please sign in to comment.