From 4a0bc06521c08c5203915b55bc72d3f235142b75 Mon Sep 17 00:00:00 2001 From: Nic Munroe Date: Sun, 8 Sep 2024 14:01:37 -0700 Subject: [PATCH] Update changelog and version for backstopper 1.15.2 --- CHANGELOG.md | 20 ++++++++++++++++---- gradle.properties | 4 ++-- nike-internal-util/CHANGELOG.md | 5 ++++- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a96f5d6..bb244c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Backstopper Changelog / Release Notes -All notable changes to `Backstopper` will be documented in this file. `Backstopper` adheres to [Semantic Versioning](http://semver.org/). +All notable changes to `Backstopper` will be documented in this file. `Backstopper` adheres to +[Semantic Versioning](http://semver.org/). -Note that the `nike-internal-util` library is technically version-independent even though it is currently living in this repository. Check out that library's [CHANGELOG.md](./nike-internal-util/CHANGELOG.md) for details on its changes. This changelog file is specifically for the `backstopper-*` libraries. +Note that the `nike-internal-util` library is technically version-independent even though it is currently living in +this repository. Check out that library's [CHANGELOG.md](./nike-internal-util/CHANGELOG.md) for details on its changes. This changelog file is +specifically for the `backstopper-*` libraries. -## Why pre-1.0 releases? +#### 1.x Releases -Backstopper is used heavily and is stable internally at Nike, however the wider community may have needs or use cases that we haven't considered. Therefore Backstopper will live at a sub-1.0 version for a short time after its initial open source release to give it time to respond quickly to the open source community without ballooning the version numbers. Once its public APIs have stabilized again as an open source project it will be switched to the normal post-1.0 semantic versioning system. +- `1.15.x` Releases - [1.15.2](#1152) #### 0.x Releases @@ -18,6 +21,15 @@ Backstopper is used heavily and is stable internally at Nike, however the wider - `0.10.x` Releases - [0.10.0](#0100) - `0.9.x` Releases - [0.9.2](#092), [0.9.1.1](#0911), [0.9.1](#091), [0.9.0.1](#0901), [0.9.0](#090) +## [1.15.2](https://github.com/Nike-Inc/backstopper/releases/tag/backstopper-v1.15.2) + +Released on 2024-09-08. + +### Graduated to 1.x + +- Graduated the version of `backstopper` to `1.15.2` (from `0.15.1`) to reflect the stability and previous work + done on the libraries. No functional changes. + ## [0.15.1](https://github.com/Nike-Inc/backstopper/releases/tag/backstopper-v0.15.1) Released on 2023-08-09. diff --git a/gradle.properties b/gradle.properties index c064b57..ec4dfb5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -version=0.15.2-SNAPSHOT -nikeInternalUtilVersion=1.10.2-SNAPSHOT +version=1.15.2 +nikeInternalUtilVersion=1.10.1 groupId=com.nike.backstopper nikeInternalUtilGroupId=com.nike.internal artifactId=backstopper diff --git a/nike-internal-util/CHANGELOG.md b/nike-internal-util/CHANGELOG.md index 8c85f9e..0c41bce 100644 --- a/nike-internal-util/CHANGELOG.md +++ b/nike-internal-util/CHANGELOG.md @@ -4,9 +4,12 @@ All notable changes to the `nike-internal-util` library will be documented in th Note that the `backstopper-*` libraries are version-independent even though they are currently living in the same repository as `nike-internal-util`. Check out the root [CHANGELOG.md](../CHANGELOG.md) for details on `backstopper-*` library changes. This changelog file is specifically for the `nike-internal-util` library. -#### 0.x Releases +#### 1.x Releases - `1.10.x` Releases - [1.10.1](#1101) + +#### 0.x Releases + - `0.10.x` Releases - [0.10.0](#0100) - `0.9.x` Releases - [0.9.0.1](#0901), [0.9.0](#090)