Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 21, 2022
1 parent 8a696d8 commit ce4503f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

## UNRELEASED (0.9.0)
## [0.9.0](https://github.com/brick/geo/releases/tag/0.9.0) - 2022-11-22

💥 **Breaking changes**

- Proxies are now `@internal` and considered an implementation detail. This means that they are no longer part of the public API and can change at any time. This means that you should *always* type-hint against the base class and not the proxy.
- `Point` constructor now throw an exception when passing NaN or infinite coordinates.
- `Point` constructor now throws an exception when passing `NaN` or infinite coordinates.
- `GeometryEngine::pointOnSurface()` now returns `Point` instead of `Geometry`.

🐛 **Bug fixes**
Expand All @@ -21,7 +21,7 @@

**Improvements**

- `GeometryCollection::geometryN()` is now properly documented with generics
- `GeometryCollection::geometryN()` is now properly documented with generics.

## [0.8.1](https://github.com/brick/geo/releases/tag/0.8.1) - 2022-10-14

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.8.*`.
It is therefore safe to lock your project to a given release cycle, such as `0.9.*`.

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.

Expand Down

0 comments on commit ce4503f

Please sign in to comment.