Update changelog and version numbers. (#819)

* update changelog

* freshdocs
This commit is contained in:
tonyaiuto 2024-02-08 17:46:43 -05:00 committed by GitHub
parent 52996b06c3
commit d7ff3e6e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 2 deletions

View File

@ -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**

View File

@ -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",
)

View File

@ -1,4 +1,4 @@
# rules_pkg - 0.10.0
# rules_pkg - 0.10.1
<div class="toc">
<h2>Common Attributes</h2>