Skip to content

Commit

Permalink
Rewritten git feature to use git cli (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-eth authored Jul 16, 2024
1 parent 00f4380 commit 13d9f5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "soldeer"
readme = "./README.md"
repository = "https://github.com/mario-eth/soldeer"
version = "0.2.18"
version = "0.2.19"

[dependencies]
chrono = {version = "0.4.38", default-features = false, features = [
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ This project was started to solve the following issues:
- npmjs was built for the js ecosystem not for solidity
- github versioning of the releases is a pain and not all the projects are using it correctly

## Version 0.2.18
## Version 0.2.19

### Version 0.2.18 introduces the following breaking changes
### Version 0.2.19 introduces the following breaking changes

Now you can use git to install a dependency. Supported platforms: github and gitlab.
For now, we support only public repositories.
Expand Down Expand Up @@ -47,7 +47,7 @@ soldeer install test-project~v1 https://gitlab.com/test/test.git
Or using custom commit hashes

```bash
soldeer install test-project~v1 [email protected]:test/test.git 345e611cd84bfb4e62c583fa1886c1928bc1a464
soldeer install test-project~v1 [email protected]:test/test.git --rev 345e611cd84bfb4e62c583fa1886c1928bc1a464
```

### Version 0.2.7 introduces the following breaking changes
Expand Down

0 comments on commit 13d9f5f

Please sign in to comment.