File tree Expand file tree Collapse file tree 4 files changed +32
-5
lines changed Expand file tree Collapse file tree 4 files changed +32
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+
4
+ ## 1.0.0 - 2024-01-30
5
+
6
+ ### Others
7
+
8
+ - [ ` 1a46fd6 ` ] ( https://github.com/nyg/kraken-api-java/commit/1a46fd65cccc3a1c626b62402046257b12d057c9 ) Update release and changelog scripts
9
+ - [ ` f757236 ` ] ( https://github.com/nyg/kraken-api-java/commit/f757236d39bbbbff734251cb82a8e126875f9ca1 ) Revert to Java 8
10
+ - [ ` 34050d6 ` ] ( https://github.com/nyg/kraken-api-java/commit/34050d6db4b231704215d7944a93ff2c9658a754 ) Update README instructions
11
+ - [ ` 65114c3 ` ] ( https://github.com/nyg/kraken-api-java/commit/65114c363638d722aff370289c486ca068c324a6 ) Change to version 1.0.0-SNAPSHOT
12
+ - [ ` 951a4dc ` ] ( https://github.com/nyg/kraken-api-java/commit/951a4dcab276d841897dabfbd4312c04ab5363cf ) Rename Java package
13
+ - [ ` 3013703 ` ] ( https://github.com/nyg/kraken-api-java/commit/30137035e5520015a43967c1f1985b9f0dd95161 ) Create GitHub release when tag is pushed
14
+ - [ ` d9de827 ` ] ( https://github.com/nyg/kraken-api-java/commit/d9de827903d60af469433a05dad952af5d8f5212 ) Configure maven-release-plugin and git-cliff
15
+ - [ ` e9d02be ` ] ( https://github.com/nyg/kraken-api-java/commit/e9d02beb8aec494810c6935db4d3470e4079057b ) Fix Lombok issue with constructor
16
+ - [ ` f6d8884 ` ] ( https://github.com/nyg/kraken-api-java/commit/f6d8884607ce8039d9100fe26431ebcf430631ef ) Refactor into separate Maven modules
17
+ - [ ` 3d79434 ` ] ( https://github.com/nyg/kraken-api-java/commit/3d79434e8c2c15ae516e434dcb89e44161f97c2a ) Minor formatting changes
18
+ - [ ` 1639dd8 ` ] ( https://github.com/nyg/kraken-api-java/commit/1639dd8ad46dfa0a07ccd72dc7fce8be1b8c010f ) Simplify POM file
19
+ - [ ` d8a160c ` ] ( https://github.com/nyg/kraken-api-java/commit/d8a160c7bd028c4601d8801b2cd4a6aaedd53c62 ) Add .gitignore
20
+ - [ ` 8d827ae ` ] ( https://github.com/nyg/kraken-api-java/commit/8d827ae515bbdd4093528e2a438f08551c77defe ) Added instructions to build and run
21
+ - [ ` 6fbe590 ` ] ( https://github.com/nyg/kraken-api-java/commit/6fbe5904160cadfcace79ffff45368f4ac3025e2 ) Removed unused dependencies
22
+ - [ ` d456292 ` ] ( https://github.com/nyg/kraken-api-java/commit/d45629257372d79645027f05e1d2b527552727c8 ) Now using Maven
23
+ - [ ` f2573c0 ` ] ( https://github.com/nyg/kraken-api-java/commit/f2573c0d2e3237b2a203ca524259d85c6239eadc ) Update README.md
24
+ - [ ` 9e616b8 ` ] ( https://github.com/nyg/kraken-api-java/commit/9e616b87bbd99f733934b5a273f65b8c78eca8ca ) Commit project
25
+ - [ ` 4aac798 ` ] ( https://github.com/nyg/kraken-api-java/commit/4aac7988b04a82227d113fd3a8a7e60645e34c96 ) Initial commit
26
+
27
+ <!-- generated by git-cliff -->
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >dev.andstuff.kraken</groupId >
8
8
<artifactId >kraken-api-parent</artifactId >
9
- <version >1.0.0-SNAPSHOT </version >
9
+ <version >1.0.0</version >
10
10
</parent >
11
11
12
12
<artifactId >kraken-api-examples</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >dev.andstuff.kraken</groupId >
8
8
<artifactId >kraken-api-parent</artifactId >
9
- <version >1.0.0-SNAPSHOT </version >
9
+ <version >1.0.0</version >
10
10
</parent >
11
11
12
12
<artifactId >kraken-api</artifactId >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >dev.andstuff.kraken</groupId >
7
7
<artifactId >kraken-api-parent</artifactId >
8
- <version >1.0.0-SNAPSHOT </version >
8
+ <version >1.0.0</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >Java Kraken API Client</name >
37
37
<url >https://github.com/nyg/kraken-api-java</url >
38
38
<connection >scm:git:https://github.com/nyg/kraken-api-java.git</connection >
39
39
<developerConnection >scm:git:ssh://git@github.com/nyg/kraken-api-java.git</developerConnection >
40
- <tag >HEAD </tag >
40
+ <tag >v1.0.0 </tag >
41
41
</scm >
42
42
43
43
<issueManagement >
95
95
<!-- release:prepare -->
96
96
<autoVersionSubmodules >true</autoVersionSubmodules >
97
97
<preparationGoals >clean verify exec:exec</preparationGoals >
98
- <scmCommentPrefix >chore(release):  </scmCommentPrefix >
98
+ <scmCommentPrefix >chore(release): </scmCommentPrefix >
99
99
<signTag >true</signTag >
100
100
<tagNameFormat >v@{version}</tagNameFormat >
101
101
<!-- release:perform -->
You can’t perform that action at this time.
0 commit comments