Releases: mario-eth/soldeer
Releases · mario-eth/soldeer
v0.5.2
v0.5.1
v0.5.0
What's Changed
- 185 add cli args to skip interaction for all commands by @mario-eth in #218
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- updated readme by @mario-eth in #209
- fix(core): all commands add the
[dependencies]
table in config if m… by @mario-eth in #214 - Add core version by @mario-eth in #210
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- refactor!: v0.4.0 main rewrite by @beeb in #150
- docs(core): document
auth
andconfig
modules by @beeb in #175 - feat: format multiline remappings array by @beeb in #174
- docs(core): add documentation by @beeb in #177
- docs(core): add documentation by @beeb in #178
- docs(core): update and utils modules by @beeb in #179
- test(commands): init integration tests by @beeb in #180
- refactor!: minor refactor and integration tests by @beeb in #186
- test(commands): add integration test (install/uninstall) by @beeb in #190
- feat(core): improve remappings matching by @beeb in #191
- fix(core): updating git dependencies by @beeb in #192
- feat(commands): update libs in foundry config during init by @beeb in #193
- refactor: remove all unwraps by @beeb in #194
- ci: speed up test by using cargo-nextest by @beeb in #196
- perf: lock-free synchronization, add rayon by @crypdoughdoteth in #198
- feat(cli): add banner by @xyizko in #199
- refactor: use new syntax for bon builders by @beeb in #200
- ci: add nextest config by @beeb in #201
- test(commands): integration tests for push by @beeb in #197
- fix(core):
path_matches
semver comparison by @beeb in #205 - fix(cli): respect environment and tty preference for color by @beeb in #206
- test(commands): fix tests when run with
cargo test
by @beeb in #207
New Contributors
- @crypdoughdoteth made their first contribution in #198
- @xyizko made their first contribution in #199
Full Changelog: v0.3.4...v0.4.0
v0.3.4
What's Changed
- Moving the canonicalization to respect windows slashing by @mario-eth in #172
Full Changelog: v0.3.1...v0.3.4
v0.3.3
What's Changed
- hotfix os independent bytes by @mario-eth in #163
- remappings_generated -> remappings_generate typo by @0xCalibur in #164
- fix(utils): always consider relative path in hashing by @beeb in #168
- chore(deps): bump zip-extract to 0.2.0 by @DaniPopes in #161
- fix(config): preserve existing remappings by @beeb in #171
Full Changelog: v0.3.0...v0.3.3
v0.3.2
What's Changed
- hotfix os independent bytes by @mario-eth in #163
- remappings_generated -> remappings_generate typo by @0xCalibur in #164
- fix(utils): always consider relative path in hashing by @beeb in #168
New Contributors
- @0xCalibur made their first contribution in #164
Full Changelog: v0.3.0...v0.3.2
v0.3.1
Hotfix on OS independent bytes on hashing
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Updated readme and version by @mario-eth in #104
- 89 add soldeer uninstall by @mario-eth in #105
- Feat/soldeer init by @Solthodox in #56
- style(fmt): update formatter configuration and improve consistency by @beeb in #111
- refactor!: cleanup, more idiomatic rust by @beeb in #113
- perf(lock): better handling of missing lockfile by @beeb in #114
- refactor!: big rewrite by @beeb in #118
- fix(config)!: fix remappings logic and logging by @beeb in #125
- chore: update deps and remove serde_derive by @beeb in #129
- Handling dependency name sanitization by @mario-eth in #127
- fix: parallel downloads order by @beeb in #133
- Recursive Dependencies by @mario-eth in #136
- Removing transform git to http by @mario-eth in #137
- Hotfixes and extra tests before 0.3.0 by @mario-eth in #139
- Hotfixes after refactor and extra tests by @mario-eth in #141
- feat: add integrity checksum to lockfile by @beeb in #132
- chore: update logo by @beeb in #143
- chore: enable some more lints by @DaniPopes in #160
- chore(deps): replace simple-home-dir with home by @DaniPopes in #157
- chore: remove unused dev dep env_logger by @DaniPopes in #159
- chore(deps): replace
once_cell
withstd::sync
by @DaniPopes in #158 - Using git branch/tag to pull dependencies by @mario-eth in #147
Full Changelog: v0.2.19...v0.3.0