Skip to content

Commit 5657657

Browse files
Fix #101 and improve add command
1 parent 388113e commit 5657657

File tree

5 files changed

+208
-96
lines changed

5 files changed

+208
-96
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for Ferium
22

3+
## `v4.0.3`
4+
### 30.05.2022
5+
6+
- Improve add commands' output
7+
- Implement Libium's changed distribution denied error handling
8+
39
## `v4.0.2`
410
### 24.05.2022
511

Cargo.lock

Lines changed: 16 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ferium"
3-
version = "4.0.2"
3+
version = "4.0.3"
44
edition = "2021"
55
authors = ["Ilesh Thiada (theRookieCoder) <[email protected]>", "薛詠謙 (KyleUltimate)", "Daniel Hauck (SolidTux)"]
66
description = "Fast CLI program for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases"
@@ -36,7 +36,7 @@ fs_extra = "1.2.0"
3636
anyhow = "1.0.57"
3737
colored = "2.0.0"
3838
ferinth = "2.2.2"
39-
libium = "1.17.0"
39+
libium = "1.18.0"
4040
online = "3.0.1"
4141
semver = "1.0.9"
4242
bytes = "1.1.0"

0 commit comments

Comments
 (0)