Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 11, 2024
1 parent 00a41f6 commit 5884f4b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
### Serde is Easier than Ever!
### Updates

- **Handled** exceptions silently and give semantic logs.
- **Added** serde support for `java.awt.Color`.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
maven-group = "band.kessokuteatime"
archives-name = "nightautoconfig"
mod = "1.0.0"
mod = "1.0.1"
loader = "fabric"

minecraft = "1.21"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import com.electronwill.nightconfig.core.serde.ValueDeserializer;

import java.awt.*;
import java.util.Map;
import java.util.Optional;

public class ColorDeserializer implements ValueDeserializer<Config, Color> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import com.electronwill.nightconfig.core.serde.*;

import java.awt.*;
import java.util.Map;

public class ColorSerializer implements ValueSerializer<Color, Config> {
@Override
Expand Down

0 comments on commit 5884f4b

Please sign in to comment.