Skip to content

Commit c4a3fa7

Browse files
committed
Update changlog
1 parent 032f6aa commit c4a3fa7

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,44 @@ Unreleased changes template.
4545
* Nothing removed.
4646
-->
4747

48+
4849
{#v0-0-0}
4950
## Unreleased
5051

5152
[0.0.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.0.0
5253

5354
{#v0-0-0-changed}
5455
### Changed
56+
* Nothing changed.
57+
58+
{#v0-0-0-fixed}
59+
### Fixed
60+
* Nothing fixed.
61+
62+
{#v0-0-0-added}
63+
### Added
64+
* Nothing added.
65+
66+
{#v0-0-0-removed}
67+
### Removed
68+
* Nothing removed.
69+
70+
71+
{#v1-3-0}
72+
## Unreleased
73+
74+
[1.3.0]: https://github.com/bazelbuild/rules_python/releases/tag/1.3.0
75+
76+
{#v1-3-0-changed}
77+
### Changed
5578
* (deps) platforms 0.0.4 -> 0.0.11
5679
* (py_wheel) Package `py_library.pyi_srcs` (`.pyi` files) in the wheel.
5780
* (py_package) Package `py_library.pyi_srcs` (`.pyi` files) in `py_package`.
5881
* (gazelle) The generated manifest file (default: `gazelle_python.yaml`) will now include the
5982
YAML document start `---` line. Implemented in
6083
[#2656](https://github.com/bazelbuild/rules_python/pull/2656).
6184

62-
{#v0-0-0-fixed}
85+
{#v1-3-0-fixed}
6386
### Fixed
6487
* (pypi) The `ppc64le` is now pointing to the right target in the `platforms` package.
6588
* (gazelle) No longer incorrectly merge `py_binary` targets during partial updates in
@@ -76,7 +99,7 @@ Unreleased changes template.
7699
creating `.pyc` files.
77100
* (deps) doublestar 4.7.1 (required for recent Gazelle versions)
78101

79-
{#v0-0-0-added}
102+
{#v1-3-0-added}
80103
### Added
81104
* {obj}`//python/bin:python`: convenience target for directly running an
82105
interpreter. {obj}`--//python/bin:python_src` can be used to specify a
@@ -102,7 +125,7 @@ Unreleased changes template.
102125
* (rules) Added {obj}`main_module` attribute to `py_binary` and `py_test`,
103126
which allows specifying a module name to run (i.e. `python -m <module>`).
104127

105-
{#v0-0-0-removed}
128+
{#v1-3-0-removed}
106129
### Removed
107130
* Nothing removed.
108131

0 commit comments

Comments
 (0)