Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed May 28, 2024
1 parent a4ede2b commit ad2dda1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project are documented in this file, based on [Keep

## [Unreleased]

## [1.3.1] - 2024-05-28
- No changes.

## [1.3.0] - 2024-05-28
- Add the `alwaysSnapshotVersion` option to `gitonium` to always create a snapshot version, even if HEAD points at a release tag.
This can be used, for example, to create nightly snapshots.
Expand Down Expand Up @@ -42,7 +45,8 @@ All notable changes to this project are documented in this file, based on [Keep
- `Project.DEFAULT_VERSION` (`"unspecified"`) is assigned as version if no Git repository is found, instead of failing.


[Unreleased]: https://github.com/metaborg/gitonium/compare/release-1.3.0...HEAD
[Unreleased]: https://github.com/metaborg/gitonium/compare/release-1.3.1...HEAD
[1.3.1]: https://github.com/metaborg/gitonium/compare/release-1.3.0...release-1.3.1
[1.3.0]: https://github.com/metaborg/gitonium/compare/release-1.2.0...release-1.3.0
[1.2.0]: https://github.com/metaborg/gitonium/compare/release-1.1.0...release-1.2.0
[1.1.0]: https://github.com/metaborg/gitonium/compare/release-1.0.0...release-1.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Apply the gitonium plugin to a project (a `build.gradle(.kts)` file) as follows:

```kotlin
plugins {
id("org.metaborg.gitonium") version "1.3.0"
id("org.metaborg.gitonium") version "1.3.1"
}
```

Expand Down

0 comments on commit ad2dda1

Please sign in to comment.