Skip to content

Commit

Permalink
Prepare release 0.8.0 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetromino authored Jan 23, 2025
1 parent 9bdd3af commit 7c2aebd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Release 0.8.0

**New Features**

- Adds support for documenting symbolic macros when using Bazel 8.0.1
or newer. (Note that the original Bazel 8.0.0 release had a bug causing
macro documentation emitted by Stardoc to be be incomplete.) (#267)

**Contributors**

Alexandre Rostovtsev, Keith Smiley, Richard Levasseur


## Release 0.7.2

Bugfix release: fixes compatibility issues with Bazel 7.4 and 8.0.
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 = "stardoc",
version = "0.7.2",
version = "0.8.0",
bazel_compatibility = [">=7.0.0"],
compatibility_level = 1,
)
Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""The version of Stardoc."""

version = "0.7.2"
version = "0.8.0"

0 comments on commit 7c2aebd

Please sign in to comment.