Skip to content
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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 1.0.0+bcr1
# 1.0.1

* Repackage 1.0.0.

# 1.0.0

* Changed to empty root BUILD file for release packages.
* Cut and packaged version 1.0.0 (no functionality changes compared to 0.6.4).
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Due to flag and test references to the repo name we use the old name for now.
module(
name = "helly25_proto",
version = "1.0.0+bcr1",
version = "1.0.1",
)

# For local development we include LLVM and Hedron-Compile-Commands.
Expand Down