Skip to content

Commit

Permalink
Update changelog and version numbers. (#819)
Browse files Browse the repository at this point in the history
* update changelog

* freshdocs
  • Loading branch information
tonyaiuto committed Feb 8, 2024
1 parent 52996b0 commit d7ff3e6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -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",
)
Expand Down
2 changes: 1 addition & 1 deletion docs/latest.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rules_pkg - 0.10.0
# rules_pkg - 0.10.1

<div class="toc">
<h2>Common Attributes</h2>
Expand Down

0 comments on commit d7ff3e6

Please sign in to comment.