Skip to content

Commit

Permalink
Prepares release 0.3.2 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiratansoares authored Dec 24, 2024
1 parent d676179 commit c7f93ee
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: ./krabby.sh prepare-release

- name: Publish draft release on Github
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
with:
name: ${{ steps.prepare-release.outputs.version }}
tag_name: ${{ steps.prepare-release.outputs.version }}
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 = "gwv"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["ubiratan.f.soares@gmail.com"]
description = "A validator for gradle/wrapper jar binaries, intended to be used in CI pipelines"
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
We follow the [Keep a Changelog](https://keepachangelog.com)
conventions for release notes. All notable project changes will be documented here.

## Version 0.3.2

Released at **2024-12-24**

### Fixed

- Fixes CD pipeline

## Version 0.3.1

Released at **2024-12-24**
Expand Down

0 comments on commit c7f93ee

Please sign in to comment.