aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <arostovtsev@google.com>2022-04-04 16:38:25 -0400
committerGitHub <noreply@github.com>2022-04-04 16:38:25 -0400
commit4b7da9f973fd09abafa428826b86a695618bb564 (patch)
tree0cd74eb0e827e79b914a5a2c1cc1070a5d9bc6fc
parent46bc5da36ab094b3b27c6a6008a8443271831bf5 (diff)
downloadstardoc-4b7da9f973fd09abafa428826b86a695618bb564.tar.gz
Prepare release 0.5.1 to fix missing zlib build failure (#126)upstream/0.5.1
-rw-r--r--CHANGELOG.md8
-rw-r--r--version.bzl2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72108a8..a8ec100 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## Release 0.5.1
+
+Bugfix release: minor fixes, including a fix for build failure due to missing zlib version.
+
+**Contributors**
+
+aiuto, Alexandre Rostovtsev, Brian Silverman, Casey, Xùdōng Yáng
+
## Release 0.5.0
This release includes many fixes for Stardoc's markdown output, plus:
diff --git a/version.bzl b/version.bzl
index c080f48..2a23a7a 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
# limitations under the License.
"""The version of Stardoc."""
-version = "0.5.0"
+version = "0.5.1"