Commit 054d758
committed
Merge rust-bitcoin#5377: Release tracking PR:
fb65b56 internals: Bump version to 0.4.2 (Tobin C. Harding)
6df4240 internals: Add changelog for 0.4.1 release (Tobin C. Harding)
Pull request description:
In preparation for releasing `bitcoin 0.33.0-rc.0` we need do a point release of `internals` because we move a macro out of `bitcoin` and over to `internals`. No other crate uses the macro so far so we only update the `bitcoin` dependency on `internals` leaving the other crates as they are.
Bump the version, add a changelog, update the lockfiles.
Successfully ran: `cargo publish --dry-run -p bitcoin-internals`
ACKs for top commit:
apoelstra:
ACK fb65b56; successfully ran local tests
Tree-SHA512: eb21090015b0506f9a5b60a7e56043642fe94ad4316130ea09a562dcc609ae22d29721fe050da7246d07c6d886594042e39c8d51b1de2134e4c55864bb5234e9internals v0.4.2
File tree
5 files changed
+13
-4
lines changed- bitcoin
- internals
5 files changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments