Skip to content

Commit

Permalink
chore(main): release 0.1.3 (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: hamakou108-depwatch[bot] <130005157+hamakou108-depwatch[bot]@users.noreply.github.com>
  • Loading branch information
hamakou108-depwatch[bot] authored Jun 17, 2023
1 parent fe7faba commit 490950e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.3](https://github.com/hamakou108/depwatch/compare/v0.1.2...v0.1.3) (2023-06-17)


### Features

* add created_at option ([#59](https://github.com/hamakou108/depwatch/issues/59)) ([fe7faba](https://github.com/hamakou108/depwatch/commit/fe7faba651914a08d8c2fc6776306db905424b76))
* add workflow name option ([#56](https://github.com/hamakou108/depwatch/issues/56)) ([4e7ba4b](https://github.com/hamakou108/depwatch/commit/4e7ba4be2e82087dd420f4f9626f0ceeb1749f6c))


### Bug Fixes

* fixing a bug that confuses types ([#53](https://github.com/hamakou108/depwatch/issues/53)) ([bbb7151](https://github.com/hamakou108/depwatch/commit/bbb7151eb0d2516ae6e140f749af4b1cb77ce0e4))
* get workflow by id ([#51](https://github.com/hamakou108/depwatch/issues/51)) ([d6898ae](https://github.com/hamakou108/depwatch/commit/d6898aec6cb3820eefe38f6f16e362f405434573))

## [0.1.2](https://github.com/hamakou108/depwatch/compare/v0.1.1...v0.1.2) (2023-04-07)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "depwatch"
version = "0.1.2"
version = "0.1.3"
description = "A Simple command-line tool for collecting the times of various events in a project's lifecycle"
authors = [
{name = "hamakou108", email = "[email protected]"},
Expand Down

0 comments on commit 490950e

Please sign in to comment.