Skip to content

Commit 129ddf5

Browse files
committed
"Release: 0.2.3"
1 parent 0c2e7f7 commit 129ddf5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This change
33

44
## Unreleased
55

6+
## 0.2.3
7+
68
- Fix resources not being included for native image
79

810
## 0.2.2

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.clj-easy</groupId>
55
<artifactId>stub</artifactId>
6-
<version>0.2.2</version>
6+
<version>0.2.3</version>
77
<name>clj-easy/stub</name>
88
<description>Library to generate stubs for other Clojure libraries.</description>
99
<url>https://github.com/clj-easy/stub</url>
@@ -22,7 +22,7 @@
2222
<url>https://github.com/clj-easy/stub</url>
2323
<connection>scm:git:git://github.com/clj-easy/stub.git</connection>
2424
<developerConnection>scm:git:ssh://git@github.com/clj-easy/stub.git</developerConnection>
25-
<tag>v0.2.2</tag>
25+
<tag>v0.2.3</tag>
2626
</scm>
2727
<dependencies>
2828
<dependency>

resources/STUB_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.2
1+
0.2.3

0 commit comments

Comments
 (0)