mirror of https://github.com/bazelbuild/rules_pkg
Update changelog and version numbers. (#819)
* update changelog * freshdocs
This commit is contained in:
parent
52996b06c3
commit
d7ff3e6e52
13
CHANGELOG.md
13
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**
|
||||
|
|
|
@ -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",
|
||||
)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# rules_pkg - 0.10.0
|
||||
# rules_pkg - 0.10.1
|
||||
|
||||
<div class="toc">
|
||||
<h2>Common Attributes</h2>
|
||||
|
|
Loading…
Reference in New Issue