Skip to content

Commit

Permalink
Merge pull request #71 from nicmunroe/release/v1.15.2-bookkeeping
Browse files Browse the repository at this point in the history
Release/v1.15.2 bookkeeping
  • Loading branch information
nicmunroe authored Sep 9, 2024
2 parents 7908c44 + a6a7f5e commit dcbcad4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.15.2-SNAPSHOT
version=1.15.3-SNAPSHOT
nikeInternalUtilVersion=1.10.2-SNAPSHOT
groupId=com.nike.backstopper
nikeInternalUtilGroupId=com.nike.internal
Expand Down
5 changes: 4 additions & 1 deletion nike-internal-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit dcbcad4

Please sign in to comment.