mirror of
https://github.com/bazelbuild/bazel-skylib
synced 2024-11-27 05:43:25 +00:00
update release notes for 1.0.3 (#270)
This commit is contained in:
parent
bc97abb33e
commit
2ec2e6d715
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,3 +1,23 @@
|
||||||
|
Release 1.0.3
|
||||||
|
|
||||||
|
**Significant Changes**
|
||||||
|
|
||||||
|
- Move Gazelle extension to //gazelle/bzl and change package name
|
||||||
|
- Stop depending on rules_pkg through the federation. (#259)
|
||||||
|
- copy_file: Add parameter to allow symlinks (#252)
|
||||||
|
- Create Gazelle language for Starlark (#251)
|
||||||
|
- Create a helper rule (`select_file`) for selecting a file from outputs of another rule (#233)
|
||||||
|
|
||||||
|
|
||||||
|
**Incompatible Changes**
|
||||||
|
- Remove links to maprules (#213)
|
||||||
|
- Remove old_sets.bzl (#231)
|
||||||
|
It has been deprecated for a while, the code is not really compatible with Bazel depset-related changes.
|
||||||
|
|
||||||
|
**Contributors**
|
||||||
|
Andrew Z Allen, Bocete, Bor Kae Hwang, irengrig, Jay Conrod, Jonathan B Coe, Marc Plano-Lesay, Robbert van Ginkel, Thomas Van Lenten, Yannic
|
||||||
|
|
||||||
|
|
||||||
Release 1.0.0
|
Release 1.0.0
|
||||||
|
|
||||||
**Incompatible Changes**
|
**Incompatible Changes**
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
"""The version of bazel-skylib."""
|
"""The version of bazel-skylib."""
|
||||||
|
|
||||||
version = "1.0.1"
|
version = "1.0.3"
|
||||||
|
|
Loading…
Reference in a new issue