-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab33933
commit 204d8a2
Showing
5 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Changelog | ||
|
||
## [Unreleased] | ||
### Changed | ||
- Versions are now for the whole of dapptools, rather than per-tool. | ||
Accordingly, the old CHANGELOG files are superseded by this one. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
1. add a new `solc_X.Y.Z` in the `unreleased` section | ||
1. update `rev` and `sha256` based on the output from `nix-prefetch-git | ||
[email protected]:dapphub/nixpkgs refs/heads/solc-X.Y.Z` | ||
1. bump the version number in `dapp---version`, `src/dapp/default.nix` and the changelog | ||
1. bump the version number in `VERSION` and populate the changelog | ||
1. commit the changes | ||
1. open a pr from `dapphub/dapptools:solc-X.Y.Z` to `dapphub/dapptools:master` | ||
1. once merged tag the commit with the new version number | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/usr/bin/env bash | ||
cat <<. | ||
seth 0.8.4 | ||
cat <<EOF | ||
seth VERSION_PLACEHOLDER | ||
Copyright (C) 2016, 2017 Daniel Brockman <[email protected]> | ||
License: GNU GPL version 3 or later <https://gnu.org/licenses/gpl>. | ||
This is free software: you are free to change and redistribute it. | ||
There is NO WARRANTY, to the extent permitted by law. | ||
. | ||
EOF |