Skip to content

Commit

Permalink
chore(main): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-harbinger[bot] committed Mar 23, 2024
1 parent 9654ccc commit aaeedaa
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.1.0"
".": "0.1.1"
}

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.1.1](https://github.com/ikornaselur/notiflux/compare/v0.1.0...v0.1.1) (2024-03-23)


### Miscellaneous

* Add workflows for test and release ([2cc4509](https://github.com/ikornaselur/notiflux/commit/2cc45098517ebafaf79cefd6416df96d4373d34e))
* Replace anyhow with just basic error handling ([#3](https://github.com/ikornaselur/notiflux/issues/3)) ([9654ccc](https://github.com/ikornaselur/notiflux/commit/9654ccca87d78a3a3c045f0490ec7ce59767a9b6))


### Dependencies

* **github-actions:** bump codecov/codecov-action from 3 to 4 ([b465f58](https://github.com/ikornaselur/notiflux/commit/b465f588e468b6f4c075dd4050db32b1fad8227a))
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,7 +1,7 @@
[package]
name = "notiflux"
description = "A fan-out WebSocket notify server"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit aaeedaa

Please sign in to comment.