Releases: jerus-org/pcu
Releases · jerus-org/pcu
v0.4.46
What's Changed
- Upgrade-toolkit-orb-to-version-2.11.0-for-latest-features-and-fixes by @gortavoher in #568
- ♻️ refactor(logging): use format strings for logging by @gortavoher in #569
- ✨ feat(cli): add hide_no_pull_request option to Pr by @gortavoher in #570
Full Changelog: v0.4.45...v0.4.46
v0.4.45
What's Changed
Fixed
- deps: update rust crate bsky-sdk to 0.1.20(pr [#559])
- deps: update rust crate clap to 4.5.40(pr [#560])
- deps: update rust crate clap-verbosity-flag to 3.0.3(pr [#561])
- deps: update rust crate color-eyre to 0.6.5(pr [#562])
- deps: update rust crate git2 to 0.20.2(pr [#563])
- deps: update rust crate gql_client to 1.0.8(pr [#564])
- deps: update rust crate owo-colors to 4.2.2(pr [#565])
- deps: update rust crate toml to 0.8.23(pr [#566])
- deps: update rust crate url to 2.5.4(pr [#567])
v0.4.44
v0.4.43
v0.4.42
What's Changed
- 🐛 fix(release): add semver requirement check by @gortavoher in #545
- ✨ feat(release)!: add mode-based release management by @gortavoher in #546
- ♻️ refactor(cli): simplify release mode handling by @gortavoher in #547
- 👷 ci(circleci): add remove_ssh_key parameter to release workflow by @gortavoher in #548
- 👷 ci(circleci): update ssh key removal setting by @gortavoher in #549
Full Changelog: v0.4.41...v0.4.42
v0.4.41
What's Changed
Added
- ✨ add get_tag functionality(pr [#538])
- ✨ enhance get_tag with commit details(pr [#539])
- ✨ enhance logging configuration(pr [#541])
- ✨ update committed_date to DateTime(pr [#544])
Changed
- ♻️ refactor(logging)-replace tracing with log(pr [#542])
- 💄 style(graphql)-fix indentation in get_tag query(pr [#543])
Fixed
- deps: update rust crate clap to 4.5.37(pr [#540])
v0.4.40
What's Changed
Added
- ✨ add fail_on_missing option to CmdPost(pr [#530])
- ✨ add bot user name for push_commit(pr [#531])
- ✨ add trace logging for credential usage(pr [#532])
Changed
- 🔧 chore(ci)-remove unused version checks in CircleCI config(pr [#525])
- ♻️ refactor(cli)-replace CI check with testing check(pr [#529])
- 📦 build(dependencies)-update Cargo dependencies(pr [#534])
- 👷 ci(circleci)-separate release workflow into its own config(pr [#535])
- Revert 👷 ci(circleci) separate release workflow into its own config(pr [#537])