Skip to content

Commit

Permalink
Prepare for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed May 30, 2024
1 parent 69b0f0c commit b0b9854
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]

## [1.0.0] - 2024-05-30

### Added

- First release

[unreleased]: https://github.com/cthing/gradle-cthing-versioning/compare/1.0.0...HEAD
[1.0.0]: https://github.com/cthing/gradle-cthing-versioning/releases/tag/1.0.0
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ The plugin is available from the
applied to a Gradle project using the `plugins` block:

```kotlin
buildscript {
repositories {
mavenCentral()
}
}

plugins {
id("org.cthing.cthing-versioning") version "1.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {
}
}

version = ProjectVersion("1.0.0", BuildType.release)
version = ProjectVersion("1.0.1", BuildType.snapshot)
group = "org.cthing"
description = "A Gradle plugin that establishes the versioning scheme for C Thing Software projects."

Expand Down

0 comments on commit b0b9854

Please sign in to comment.