Skip to content

Commit c1def6d

Browse files
committed
v++
1 parent 2b93543 commit c1def6d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
name: Dry Run Release
6969
runs-on: ubuntu-latest
7070
needs: [ test, javadocs ]
71-
if: ${{ github.ref != 'refs/heads/master' }}
7271
steps:
7372
- uses: actions/checkout@v4
7473

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.0]
9+
10+
### Added
11+
12+
* Added CI pipeline for building, testing and local releasing (publishing is still done manually by maintainer)
13+
814
## [0.7.0]
915

1016
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=de.kamillionlabs
22
name=hateoflux
3-
version=0.7.0
3+
version=0.8.0

0 commit comments

Comments
 (0)