Skip to content

Commit

Permalink
Merge pull request #65 from Gawdl3y/main
Browse files Browse the repository at this point in the history
Release v0.4.2
  • Loading branch information
Gawdl3y authored Dec 19, 2023
2 parents 0ea88a9 + 59e2cd8 commit 8f87bb0
Show file tree
Hide file tree
Showing 14 changed files with 407 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
failOnError: true
configurationJson: |
{
"template": "#{{CHANGELOG}}\n\n**Full changelog:** #{{RELEASE_DIFF}}",
"template": "#{{CHANGELOG}}\n\n**Full changelog:** [`#{{FROM_TAG}}...#{{TO_TAG}}`](#{{RELEASE_DIFF}})",
"pr_template": "- PR ##{{NUMBER}}: #{{TITLE}} (@#{{AUTHOR}})",
"categories": [
{
Expand Down
122 changes: 120 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/resolute/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resolute"
version = "0.2.0"
version = "0.3.0"
description = "Resonite mod manifest and dependency resolution library"
authors = ["Schuyler Cebulskie <me@gawdl3y.dev>"]
license = ""
Expand All @@ -11,10 +11,10 @@ edition = "2021"
tokio = { version = "1.34", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
url = { version = "2.5", features = ["serde"] }
thiserror = "1.0"
log = "0.4"
url = { version = "2.5", features = ["serde"] }
reqwest = { version = "0.11", features = ["default", "stream"] }
reqwest = { version = "0.11", features = ["stream"] }
futures-util = "0.3"
path-clean = "1.0"
sha2 = "0.10"
Expand Down
Loading

0 comments on commit 8f87bb0

Please sign in to comment.