Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Feb 17, 2023
1 parent 8e19035 commit 4c91ab8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 3.0.2

### 🔧 Optimizations

* Schema parsing optimizations [#363](https://github.com/KatsuteDev/Mal4J/pull/363) ([@Katsute](https://github.com/Katsute))
* JSON parsing optimizations [#364](https://github.com/KatsuteDev/Mal4J/pull/364) ([@Katsute](https://github.com/Katsute))
This library is now 70% faster after this change.

### 📘 Dependencies

* Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 [#365](https://github.com/KatsuteDev/Mal4J/pull/365) ([@dependabot](https://github.com/dependabot))
* Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 [#366](https://github.com/KatsuteDev/Mal4J/pull/366) ([@dependabot](https://github.com/dependabot))

**Full Changelog**: [`3.0.1...3.0.2`](https://github.com/KatsuteDev/Mal4J/compare/3.0.1...3.0.2)

## 3.0.1

### 🐞 Bug Fixes

* Fix NullableDate [#360](https://github.com/KatsuteDev/Mal4J/pull/360) ([@Katsute](https://github.com/Katsute))

### 📘 Dependencies

* Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 [#359](https://github.com/KatsuteDev/Mal4J/pull/359) ([@dependabot](https://github.com/dependabot))

**Full Changelog**: [`3.0.0...3.0.1`](https://github.com/KatsuteDev/Mal4J/compare/3.0.0...3.0.1)

## 3.0.0

### ⚠️ Breaking Change
Expand Down Expand Up @@ -508,4 +535,4 @@ Please check the [FAQ](https://github.com/Katsute/Mal4J/blob/main/faq.md) for ne

## 1.0.0

Initial Release
Initial Release
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.katsute</groupId>
<artifactId>mal4j</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>

<profiles>
<profile>
Expand Down Expand Up @@ -285,4 +285,4 @@
</dependency>
</dependencies>

</project>
</project>

0 comments on commit 4c91ab8

Please sign in to comment.