Skip to content

Commit

Permalink
Merge pull request #6 from maestro-org/release-please--branches--main…
Browse files Browse the repository at this point in the history
…--changes--next

release: 0.1.0-alpha.2
  • Loading branch information
Vardominator authored Oct 8, 2024
2 parents e63ea01 + b38ecf5 commit f49aebc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.1"
".": "0.1.0-alpha.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.1.0-alpha.2 (2024-10-08)

Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/maestro-org/maestro-bitcoin-go-sdk/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)

### Features

* shut off tests and use mainnet in example ([3025413](https://github.com/maestro-org/maestro-bitcoin-go-sdk/commit/3025413884422b58e1743bf8fb2d05a7dd619e24))
* Update README.md ([a5b51f2](https://github.com/maestro-org/maestro-bitcoin-go-sdk/commit/a5b51f2f9682d2652ebb8f4e3dc54af72894172d))

## 0.1.0-alpha.1 (2024-10-08)

Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/maestro-org/maestro-bitcoin-go-sdk/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/maestro-org/[email protected].1'
go get -u 'github.com/maestro-org/[email protected].0-alpha.2'
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "0.1.0-alpha.1" // x-release-please-version
const PackageVersion = "0.1.0-alpha.2" // x-release-please-version

0 comments on commit f49aebc

Please sign in to comment.