Skip to content

Commit

Permalink
bumping version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Jul 15, 2024
1 parent a67f826 commit 4a12e09
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 4a12e09

Please sign in to comment.