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 25, 2024
1 parent 370c52d commit c0c6390
Show file tree
Hide file tree
Showing 4 changed files with 21 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"
}

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

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


### Miscellaneous

* Add healthcheck endpoint ([#7](https://github.com/ikornaselur/notiflux/issues/7)) ([370c52d](https://github.com/ikornaselur/notiflux/commit/370c52d16d3f7189599f731c308f2e509cd546b3))
* Add tests for config ([#4](https://github.com/ikornaselur/notiflux/issues/4)) ([6bb836a](https://github.com/ikornaselur/notiflux/commit/6bb836ab0439dafdd5fc5fa04d04802e8dbe5e91))
* Add workflows for test and release ([2cc4509](https://github.com/ikornaselur/notiflux/commit/2cc45098517ebafaf79cefd6416df96d4373d34e))
* Provide codecov token directly ([#5](https://github.com/ikornaselur/notiflux/issues/5)) ([8ba240e](https://github.com/ikornaselur/notiflux/commit/8ba240e0b0e0d7e7c5e714221c96316077f5982e))
* Refactor channel/join to topic/subscribe ([#6](https://github.com/ikornaselur/notiflux/issues/6)) ([77c4ee8](https://github.com/ikornaselur/notiflux/commit/77c4ee869277296c4b5148bd72931dafd38dbc43))
* Replace anyhow with just basic error handling ([#3](https://github.com/ikornaselur/notiflux/issues/3)) ([44ea875](https://github.com/ikornaselur/notiflux/commit/44ea875ae91a703a1541c4b43a8cf9dc2d2b7467))


### 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 c0c6390

Please sign in to comment.