Skip to content

Commit

Permalink
chore(version): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 11, 2024
1 parent 8f9f6f7 commit bae09a1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [0.3.0](https://github.com/cocogitto/cocogitto-bot/compare/0.2.1..0.3.0) - 2024-10-11
#### Continuous Integration
- fix docker build - ([00346cd](https://github.com/cocogitto/cocogitto-bot/commit/00346cd39fa2f9472bd6da7919f50e8df793b87f)) - [@oknozor](https://github.com/oknozor)
#### Features
- support pull request opened event - ([8f9f6f7](https://github.com/cocogitto/cocogitto-bot/commit/8f9f6f7b19e4be323d5cef4d80c9567dddd11a69)) - [@oknozor](https://github.com/oknozor)
- ignore non pull-request check_suite - ([daaa405](https://github.com/cocogitto/cocogitto-bot/commit/daaa405d4e1848fe32ab572776298f5ace93ce7d)) - [@oknozor](https://github.com/oknozor)
- fetch installation by id instead of pagination - ([79ce87c](https://github.com/cocogitto/cocogitto-bot/commit/79ce87caadc56194f3cb4a9a3f6f23f0f663ece4)) - [@oknozor](https://github.com/oknozor)
- update cocogitto to 6.1.0 - ([948b606](https://github.com/cocogitto/cocogitto-bot/commit/948b6061161295d95c9b79c0643d97713fddf15c)) - [@oknozor](https://github.com/oknozor)
#### Miscellaneous Chores
- cargo update - ([ca3ff26](https://github.com/cocogitto/cocogitto-bot/commit/ca3ff264d8087519850438b67589b8979259ce26)) - [@oknozor](https://github.com/oknozor)

- - -

## [0.2.1](https://github.com/cocogitto/cocogitto-bot/compare/0.2.0..0.2.1) - 2023-12-01
#### Bug Fixes
- remove useless docker entrypoint - ([a69a178](https://github.com/cocogitto/cocogitto-bot/commit/a69a17841e24dc26778661cfca85b472bda8dc82)) - [@oknozor](https://github.com/oknozor)
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 = "cocogitto_github_app"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/cocogitto/cocogitto-bot"
Expand Down

0 comments on commit bae09a1

Please sign in to comment.