Skip to content

Commit

Permalink
chore(release): release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Idane committed Jul 18, 2022
1 parent e3bd1f7 commit daa6b5a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# [](https://github.com/krud-dev/shapeshift/compare/v0.2.0...v) (2022-07-10)
# [](https://github.com/krud-dev/shapeshift/compare/v0.2.0...v) (2022-07-18)


### Bug Fixes

* upgrade org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.6.21 to 1.7.0 ([dea01cf](https://github.com/krud-dev/shapeshift/commit/dea01cfdb6e9c4561076b0c92dc816262ff9c5d5))


### Features

* BREAKING CHANGE: remove ability to name transformer ([1a5f5e8](https://github.com/krud-dev/shapeshift/commit/1a5f5e895e1e448d24145ee275f9b9fea27a7f00))



Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ To learn how to get started with **ShapeShift**, visit the official documentatio
<dependency>
<groupId>dev.krud</groupId>
<artifactId>shapeshift</artifactId>
<version>0.1.0</version>
<version>0.3.0</version>
</dependency>
```

### Gradle
#### Groovy DSL
```groovy
implementation 'dev.krud:shapeshift:0.1.0'
implementation 'dev.krud:shapeshift:0.3.0'
```
#### Kotlin DSL
```kotlin
implementation("dev.krud:shapeshift:0.1.0")
implementation("dev.krud:shapeshift:0.3.0")
```

## Requirements
Expand Down

0 comments on commit daa6b5a

Please sign in to comment.