Skip to content

Commit

Permalink
chore(version): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 19, 2023
1 parent b887ba0 commit f9f0a05
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.4.0 - 2023-09-19
#### Features
- bzlmodify rules_ecsact (#24) - (c994774) - Ezekiel Warren
#### Miscellaneous Chores
- **(deps)** update dependency io_bazel_rules_go to v0.41.0 (#2) - (b32f5f6) - renovate[bot]
- **(deps)** update build_bazel_integration_testing digest to 7d3e9ae (#8) - (b797e4c) - renovate[bot]
- **(deps)** update dependency io_bazel_stardoc to v0.5.6 (#7) - (f008f96) - renovate[bot]
- **(deps)** update dependency bazel to v6.3.0 (#16) - (4ac4ef5) - renovate[bot]
- add cog.toml - (b887ba0) - Ezekiel Warren
- auto create bzlmod archive - (f21647f) - Ezekiel Warren

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "rules_ecsact",
version = "0.3.0",
compatibility_level = 1,
version = "0.4.0",
compatibility_level = 4,
)

bazel_dep(name = "bazel_skylib", version = "1.4.2")
Expand Down

0 comments on commit f9f0a05

Please sign in to comment.