summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortonyaiuto <tony.aiuto@gmail.com>2024-02-08 17:46:43 -0500
committerGitHub <noreply@github.com>2024-02-08 17:46:43 -0500
commitd7ff3e6e52937fdeefbd41d91c54806488ef1c5f (patch)
tree18ebdaa1837b09b60dca9dfce88e72ea135b6761
parent52996b06c3013ab349cbbd88f9e009d75a6d18d7 (diff)
downloadbazelbuild-rules_pkg-d7ff3e6e52937fdeefbd41d91c54806488ef1c5f.tar.gz
Update changelog and version numbers. (#819)upstream/0.10.1
* update changelog * freshdocs
-rw-r--r--CHANGELOG.md13
-rw-r--r--MODULE.bazel2
-rwxr-xr-xdocs/latest.md2
3 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a5e7c2..31c91aa 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 2ac29bb..16d9549 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 5939363..eea6982 100755
--- a/docs/latest.md
+++ b/docs/latest.md
@@ -1,4 +1,4 @@
-# rules_pkg - 0.10.0
+# rules_pkg - 0.10.1
<div class="toc">
<h2>Common Attributes</h2>