From 4a12e099543b3788737678b0cd115ab35a9dea6d Mon Sep 17 00:00:00 2001 From: Claus Nagel Date: Mon, 15 Jul 2024 11:56:45 +0200 Subject: [PATCH] bumping version to 2.3.1 --- CHANGELOG.md | 15 ++++++++++++++- README.md | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b15e31..f75a13f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## [2.3.1] - 2024-07-15 +### Changed +- CityGML `Section` and `Intersection` features are no longer considered by the `to-cityjson` command + due to missing support in CityJSON. + +### Fixed +- `LandUse` features were not converted to CityJSON using the `to-cityjson` command. +- Fixed mapping of closure surfaces to CityJSON. ([#54](https://github.com/citygml4j/citygml-tools/issues/54)) +- Fixed reading of CityJSON storeys and building units with the `from-cityjson` command. +- Fixed support for the `linux/arm64` architecture in the citygml-tools Docker image. + ([#52](https://github.com/citygml4j/citygml-tools/issues/52)) + ## [2.3.0] - 2024-01-29 ### Added - The `apply-xslt` command now supports XSLT/XPath 2.0 and 3.0. @@ -98,7 +110,8 @@ The changelog of previous citygml-tools releases before version 2.0 is available [here](https://github.com/citygml4j/citygml-tools/blob/citygml-tools-v1/CHANGES.md). -[Unreleased]: https://github.com/citygml4j/citygml-tools/compare/v2.3.0..HEAD +[Unreleased]: https://github.com/citygml4j/citygml-tools/compare/v2.3.1..HEAD +[2.3.1]: https://github.com/citygml4j/citygml-tools/releases/tag/v2.3.1 [2.3.0]: https://github.com/citygml4j/citygml-tools/releases/tag/v2.3.0 [2.2.0]: https://github.com/citygml4j/citygml-tools/releases/tag/v2.2.0 [2.1.0]: https://github.com/citygml4j/citygml-tools/releases/tag/v2.1.0 diff --git a/README.md b/README.md index e7f51ef..0ebf226 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ citygml-tools is licensed under the [Apache License, Version 2.0](http://www.apa See the `LICENSE` file for more details. ## Latest release -The latest stable release of citygml-tools is 2.3.0. +The latest stable release of citygml-tools is 2.3.1. Download the latest citygml-tools release as ZIP package [here](https://github.com/citygml4j/citygml-tools/releases/latest). Previous releases are available from the @@ -97,7 +97,7 @@ An official image can be pulled from Docker Hub as shown below. > docker pull citygml4j/citygml-tools:TAG -Replace the `TAG` label with the version of citygml-tools you want to use such as `v2.3.0`. The `latest` tag +Replace the `TAG` label with the version of citygml-tools you want to use such as `v2.3.1`. The `latest` tag refers to the latest stable release and is also the _default value_ if no tag is specified. If you want to pull the most recent unreleased snapshot of citygml-tools, use `edge` as tag.