Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magnalite committed Nov 12, 2021
1 parent a123e09 commit ec711b3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Wally Changelog

## Unreleased Changes

## 0.3.1 (2021-11-12)
* Support for dev dependencies ([#63][63])
* Clarified upgrade response for outdated cli clients
* Clarified feedback on failure to resolve package

[#63]: https://github.com/UpliftGames/wally/pull/63

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wally"
description = "Package manager for Roblox"
version = "0.3.0"
version = "0.3.1"
license = "MPL-2.0"
authors = ["Lucien Greathouse <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Pre-built binaries are available for Windows, macOS, and Linux from the [GitHub
[Foreman][foreman] is a toolchain manager developed for the Roblox community. You can use it to install Wally:

``` toml
wally = { source = "UpliftGames/wally", version = "0.3.0" }
wally = { source = "UpliftGames/wally", version = "0.3.1" }
```

[foreman]: https://github.com/Roblox/foreman
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ source: src/resolution.rs
expression: err

---
No packages were found that matched biff/server@>=1.0.0, <2.0.0 (Shared).
No packages were found that matched (Shared) biff/server@>=1.0.0, <2.0.0.
Are you sure this is a Shared dependency?

0 comments on commit ec711b3

Please sign in to comment.