From 1b6fea40275bd0b74ce04f35c4ecb91daa48e1c2 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Tue, 23 Jan 2024 23:37:40 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c22e7..b51839e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## UNRELEASED (0.10.0) +## [0.10.0](https://github.com/brick/geo/releases/tag/0.10.0) - 2024-01-23 💥 **Breaking changes** diff --git a/README.md b/README.md index 36d313f..2378498 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The current releases are numbered `0.x.y`. When a non-breaking change is introdu **When a breaking change is introduced, a new `0.x` version cycle is always started.** -It is therefore safe to lock your project to a given release cycle, such as `0.9.*`. +It is therefore safe to lock your project to a given release cycle, such as `0.10.*`. If you need to upgrade to a newer release cycle, check the [release history](https://github.com/brick/geo/releases) for a list of changes introduced by each further `0.x.0` version.