Skip to content

Releases: mario-eth/soldeer

v0.2.9

13 Apr 09:28
Compare
Choose a tag to compare

Fixed 2 issues:

  • writing to lock file would fail if the lock does not exists on update
  • adding the dependency would fail if the dependency field would not have been present in the config file

Full Changelog: v0.2.8...v0.2.9

v0.2.8

03 Apr 19:50
Compare
Choose a tag to compare

Cleaned up the commands for foundry integration.

v0.2.7

27 Mar 20:47
051f70c
Compare
Choose a tag to compare

What's Changed

  • Added the dependency name as dependency key in the config by @mario-eth in #35

Full Changelog: v0.2.6...v0.2.7

v0.2.6

22 Mar 23:22
Compare
Choose a tag to compare

Breaking Changes introduced in 0.2.6
In 0.2.6 the sdependencies has been renamed to dependencies. Furthermore a dependency now stored in the toml respects Cargo toml format with version and url included.

v0.2.5

22 Mar 23:19
Compare
Choose a tag to compare
bugfix: fixed dependency name regex to accept numbers at the final

v0.2.4

18 Feb 16:08
Compare
Choose a tag to compare

What's Changed

  • better error handling

v0.2.3

16 Feb 23:36
Compare
Choose a tag to compare

What's Changed

  • fixed issue #29
  • added a bit more context to the helper text

v0.2.2

14 Feb 21:38
Compare
Choose a tag to compare

What's Changed

  • bugfix: If the [remappings] field was not found in the soldeer.toml orr the foundry.toml file did not contain the field sdependencies the cli will exit with error but the dependency would install without remappings created. Added a more descriptive error if that happens

v0.2.1

11 Feb 09:27
b74b493
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

11 Feb 09:22
08f57fb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.2.0