Automate per-package release for specific components (#2875)

This commit is contained in:
Liudmila Molkova
2024-10-09 09:20:02 -07:00
committed by GitHub
parent 6bb6d3896d
commit 6a54106f5b
30 changed files with 1058 additions and 107 deletions

View File

@ -0,0 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## Version 1.0.2 (2024-08-05)
See [common CHANGELOG](../../CHANGELOG.md) for the changes in this and prior versions.

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "1.0.2"
__version__ = "1.1.0.dev"