Skip to content

Commit

Permalink
Prepare release 0.7.2 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetromino authored Nov 27, 2024
1 parent bee9547 commit e278ee3
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.7.2

Bugfix release: fixes compatibility issues with Bazel 7.4 and 8.0.

Note that this release breaks compatibility with g++ 7.5 (the default
compiler in the Ubuntu 18.04 image) - a new transitive dep requires a
newer c++ compiler version.

**Contributors**

Alexandre Rostovtsev, Hemanshu Vadehra, Philip Zembrod, Richard Levasseur


## Release 0.7.1

**Notable Changes**
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.1",
version = "0.7.2",
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.1"
version = "0.7.2"

0 comments on commit e278ee3

Please sign in to comment.