Skip to content

Commit daa6b5a

Browse files
committed
chore(release): release v0.3.0
1 parent e3bd1f7 commit daa6b5a

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# [](https://github.com/krud-dev/shapeshift/compare/v0.2.0...v) (2022-07-10)
1+
# [](https://github.com/krud-dev/shapeshift/compare/v0.2.0...v) (2022-07-18)
2+
3+
4+
### Bug Fixes
5+
6+
* upgrade org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.6.21 to 1.7.0 ([dea01cf](https://github.com/krud-dev/shapeshift/commit/dea01cfdb6e9c4561076b0c92dc816262ff9c5d5))
7+
8+
9+
### Features
10+
11+
* BREAKING CHANGE: remove ability to name transformer ([1a5f5e8](https://github.com/krud-dev/shapeshift/commit/1a5f5e895e1e448d24145ee275f9b9fea27a7f00))
212

313

414

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ To learn how to get started with **ShapeShift**, visit the official documentatio
5050
<dependency>
5151
<groupId>dev.krud</groupId>
5252
<artifactId>shapeshift</artifactId>
53-
<version>0.1.0</version>
53+
<version>0.3.0</version>
5454
</dependency>
5555
```
5656

5757
### Gradle
5858
#### Groovy DSL
5959
```groovy
60-
implementation 'dev.krud:shapeshift:0.1.0'
60+
implementation 'dev.krud:shapeshift:0.3.0'
6161
```
6262
#### Kotlin DSL
6363
```kotlin
64-
implementation("dev.krud:shapeshift:0.1.0")
64+
implementation("dev.krud:shapeshift:0.3.0")
6565
```
6666

6767
## Requirements

0 commit comments

Comments
 (0)