Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 0.1.0 (2023-07-27)


### Features

* **core::app:** add func ([d4435aa](https://github.com/uplau/ibark/commit/d4435aa84ee9ec6b0234872f49f8453c41d498c4))
* **core::bark:** add func and tests ([c7a105a](https://github.com/uplau/ibark/commit/c7a105a2775a650807bf093a94a047f1bb33789e))
* **core::bark:** print warn bark_context_category ([7e08467](https://github.com/uplau/ibark/commit/7e08467b26f7b17730b7c56a6aa5a72445109fd0))
* **core::cli:** add func and tests ([79f4c62](https://github.com/uplau/ibark/commit/79f4c62c3eb6860ea1055400005c898711c49311))
* **core::cmd:** add func ([582a94e](https://github.com/uplau/ibark/commit/582a94e0808b7da156bb58f23b1fa38f3981d6b1))
* **core::conf:** add func and tests ([67b9b01](https://github.com/uplau/ibark/commit/67b9b01cda814d4f2125d01c2c5de3ad6434a31a))
* **core::healthz:** add func and tests ([149c6b0](https://github.com/uplau/ibark/commit/149c6b01c739110d60103df11c911f51e5512d09))
* **core::info:** add func and tests ([f382921](https://github.com/uplau/ibark/commit/f38292195510b99392d70cc23a11e75effa0eead))
* **core::misc:** merge healthz info ping ([a4a52d1](https://github.com/uplau/ibark/commit/a4a52d1b03180be73cc2b2b1f4f7180dfa947021))
* **core::ping:** add func and tests ([29b2bb7](https://github.com/uplau/ibark/commit/29b2bb75a45b3ea6258b5e80a1b06b6c15dedb8e))
* **core::send:** add func and tests ([f23e13e](https://github.com/uplau/ibark/commit/f23e13ef6d53d64bff95e61f567e2a78a560a7b8))
* **core::send:** use request once error ([1fcf415](https://github.com/uplau/ibark/commit/1fcf41593706ff880bfa4ac9272d595bbb9875d5))
* **core:app:** use clap_complete ([9260038](https://github.com/uplau/ibark/commit/92600381ca1e3d4ac705bfc648c01e4c4b599944))
* **macros:** add rules and tests ([5305d30](https://github.com/uplau/ibark/commit/5305d306144af0f0e68557922edc73c26e89c506))
* **util:** add func and tests ([9c0811b](https://github.com/uplau/ibark/commit/9c0811b608c483c4d3fbcc60f522a2f33d4d0d17))


### Bug Fixes

* **core::cli::Output:** use stderr warn ([0104151](https://github.com/uplau/ibark/commit/010415117e232295117e29da3d472249a1974fc3))
* **core::send:** postpone output exec ([0100759](https://github.com/uplau/ibark/commit/0100759322b267aa65aa1ad860944b1a1dac32c4))
* **core:** cargo fix ([24a6fce](https://github.com/uplau/ibark/commit/24a6fcebd0acfe0ea8b271c2fe3207aa643a0c4f))

## 0.1.0 (2023-07-21)


Expand Down