Skip to content

Commit

Permalink
Merge branch 'main' of github.com:fmjstudios/gopskit
Browse files Browse the repository at this point in the history
  • Loading branch information
mvprowess committed Sep 24, 2024
2 parents cd9e581 + 9928c36 commit 5ea74ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/fmjstudios/gopskit/compare/v1.0.0...v1.0.1) (2024-09-24)


### Bug Fixes

* **release:** add multi-arch/platform support ([0753c6b](https://github.com/fmjstudios/gopskit/commit/0753c6b5f211323f1655dd5ad218662f2cfcd67f))

## 1.0.0 (2024-09-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module(
name = "gopskit",
version = "1.0.0",
version = "1.0.1",
repo_name = "com_github_fmjstudios_gopskit",
)

Expand Down

0 comments on commit 5ea74ed

Please sign in to comment.