Skip to content

Commit

Permalink
bumping version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Aug 15, 2024
1 parent 0efea4b commit d5def59
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [2.3.2] - 2024-08-15
### Fixed
- Fixed start script for UNIX/Linux and Docker.

## [2.3.1] - 2024-07-15
### Changed
- CityGML `Section` and `Intersection` features are no longer considered by the `to-cityjson` command
Expand Down Expand Up @@ -110,7 +114,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.1..HEAD
[Unreleased]: https://github.com/citygml4j/citygml-tools/compare/v2.3.2..HEAD
[2.3.2]: https://github.com/citygml4j/citygml-tools/releases/tag/v2.3.2
[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
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.1.
The latest stable release of citygml-tools is 2.3.2.

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.1`. The `latest` tag
Replace the `TAG` label with the version of citygml-tools you want to use such as `v2.3.2`. 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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'org.citygml4j.tools'
version '2.3.1'
version '2.3.2'
description 'Collection of tools for processing CityGML files'

ext {
Expand Down

0 comments on commit d5def59

Please sign in to comment.