Skip to content

Commit 11bca36

Browse files
committed
Merge branch 'release-0.2.0' into develop
2 parents b147c6b + 7a74256 commit 11bca36

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subprojects {
77

88
group = 'me.jamiemansfield'
99
archivesBaseName = project.name.toLowerCase()
10-
version = '0.2.0-SNAPSHOT'
10+
version = '0.2.0'
1111

1212
repositories {
1313
mavenCentral()

changelogs/0.2.0.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Big thanks to @Minecrell, for his help towards this release!
88

99
- [Drop dependency on Guava](https://github.com/jamiemansfield/Bombe/pull/1)
1010
- [Add PrimitiveType](https://github.com/jamiemansfield/Bombe/pull/2)
11+
- [Refactor Field/MethodSignature constructors](https://github.com/jamiemansfield/Bombe/pull/4)
1112

1213
## Changes
1314

@@ -16,4 +17,6 @@ Big thanks to @Minecrell, for his help towards this release!
1617
parsing of MethodDescriptors specifically.
1718
- The dependency on Guava has been dropped.
1819
- A PrimitiveType interface has been introduced, providing a direct replacement for the
19-
PrimitiveType enum that previously existed in Lorenz.
20+
PrimitiveType enum that previously existed in Lorenz.
21+
- The 'convenience' signature constructors have been replaced with `#of(String, String)`
22+
methods.

0 commit comments

Comments
 (0)