Skip to content

Commit 93e8950

Browse files
committed
Deploy version 0.1
1 parent 1cc132a commit 93e8950

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

7-
## [Unreleased]
7+
## [Unreleased / Snapshot]
8+
9+
## [0.1]
810
### Added
911
- Initial project structure and code
1012

@@ -16,4 +18,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1618
### Removed
1719
- Spock testing framework
1820

19-
[Unreleased]: https://github.com/ie3-institute/powerflow
21+
[Unreleased / Snapshot]: https://github.com/ie3-institute/powerflowcompare/0.1...HEAD
22+
[0.1]: https://github.com/ie3-institute/powerflow/releases/tag/0.1

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ext {
2020
}
2121

2222
group = 'com.github.ie3-institute'
23-
version = '0.1-SNAPSHOT'
23+
version = '0.1'
2424
description = 'powerflow'
2525
sourceCompatibility = javaVersion
2626
targetCompatibility = javaVersion

0 commit comments

Comments
 (0)