Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 0.8.0 #273

Merged
merged 3 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"