Skip to content

Commit d7ff3e6

Browse files
authored
Update changelog and version numbers. (#819)
* update changelog * freshdocs
1 parent 52996b0 commit d7ff3e6

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release 0.10.1
2+
3+
This is a bug fix release.
4+
5+
**Bug Fixes**
6+
* Temporarily restore //mappings.bzl and //pkg.bzl (#817)
7+
* Fix RPM package release and version files expansion (#816)
8+
* Apply tar remap_paths to runfiles full paths (#812)
9+
* Use raw string for docstring that contains a backslash (for Python 3.12) (#815)
10+
11+
Thanks to: Alex Bozhenko, Chuck Grindel, Diego Ortin, and Tomasz Wojno
12+
13+
114
# Release 0.10.0
215

316
**New Features**

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_pkg",
3-
version = "0.10.0", # Must sync with version.bzl.
3+
version = "0.10.1", # Must sync with version.bzl.
44
compatibility_level = 1,
55
repo_name = "rules_pkg",
66
)

docs/latest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rules_pkg - 0.10.0
1+
# rules_pkg - 0.10.1
22

33
<div class="toc">
44
<h2>Common Attributes</h2>

0 commit comments

Comments
 (0)