From d7ff3e6e52937fdeefbd41d91c54806488ef1c5f Mon Sep 17 00:00:00 2001 From: tonyaiuto Date: Thu, 8 Feb 2024 17:46:43 -0500 Subject: [PATCH] Update changelog and version numbers. (#819) * update changelog * freshdocs --- CHANGELOG.md | 13 +++++++++++++ MODULE.bazel | 2 +- docs/latest.md | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5e7c24..31c91aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Release 0.10.1 + +This is a bug fix release. + +**Bug Fixes** + * Temporarily restore //mappings.bzl and //pkg.bzl (#817) + * Fix RPM package release and version files expansion (#816) + * Apply tar remap_paths to runfiles full paths (#812) + * Use raw string for docstring that contains a backslash (for Python 3.12) (#815) + +Thanks to: Alex Bozhenko, Chuck Grindel, Diego Ortin, and Tomasz Wojno + + # Release 0.10.0 **New Features** diff --git a/MODULE.bazel b/MODULE.bazel index 2ac29bb5..16d95498 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_pkg", - version = "0.10.0", # Must sync with version.bzl. + version = "0.10.1", # Must sync with version.bzl. compatibility_level = 1, repo_name = "rules_pkg", ) diff --git a/docs/latest.md b/docs/latest.md index 59393635..eea69821 100755 --- a/docs/latest.md +++ b/docs/latest.md @@ -1,4 +1,4 @@ -# rules_pkg - 0.10.0 +# rules_pkg - 0.10.1

Common Attributes