Skip to content

Commit

Permalink
chore(master): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 7, 2025
1 parent 874367a commit 7058a29
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.3.0](https://github.com/chickenandpork/rules_synology/compare/v0.2.0...v0.3.0) (2025-01-07)


### Features

* allow anonymous dependency ([#200](https://github.com/chickenandpork/rules_synology/issues/200)) ([757db4f](https://github.com/chickenandpork/rules_synology/commit/757db4f8acf8e4235ecc6f450de7197fd15b7eed))


### Bug Fixes

* correct .bazelignore per meteorcloudy ([#198](https://github.com/chickenandpork/rules_synology/issues/198)) ([e676c54](https://github.com/chickenandpork/rules_synology/commit/e676c5432a6759b2873f4edd9382f6e83bda0fca))
* SPK needs username to be startable ([#192](https://github.com/chickenandpork/rules_synology/issues/192)) ([545a1da](https://github.com/chickenandpork/rules_synology/commit/545a1da572d9a6a8846691429c2210e31c4513a9))
* unblock release: meddle with bazelignore ([#201](https://github.com/chickenandpork/rules_synology/issues/201)) ([874367a](https://github.com/chickenandpork/rules_synology/commit/874367a72283c0e4a44b4cc1ef11af8885b94234))

## [0.2.0](https://github.com/chickenandpork/rules_synology/compare/v0.1.1...v0.2.0) (2024-12-16)


Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_synology",
version = "0.2.0",
version = "0.3.0",
)

bazel_dep(name = "aspect_bazel_lib", version = "2.10.0")
Expand Down

0 comments on commit 7058a29

Please sign in to comment.