From 50cb91505b14b1dd07e32eb6145c5767b7a629c7 Mon Sep 17 00:00:00 2001 From: Alexandre Rostovtsev Date: Fri, 30 Sep 2022 09:58:44 -0400 Subject: [PATCH] Prepare release 0.5.3 to fix crash on labels with @@ (#136) --- CHANGELOG.md | 8 ++++++++ version.bzl | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf071d9..2118959f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## Release 0.5.3 + +Bugfix release: fixes angle bracket escaping and a crash on labels with `@@` + +**Contributors** + +Alexandre Rostovtsev, Jon Shea + ## Release 0.5.2 Bugfix release: fixes crash with `config_common.toolchain_type`. diff --git a/version.bzl b/version.bzl index e248be8f..29e53374 100644 --- a/version.bzl +++ b/version.bzl @@ -13,4 +13,4 @@ # limitations under the License. """The version of Stardoc.""" -version = "0.5.2" +version = "0.5.3"