Skip to content

Commit

Permalink
Merge pull request #4 from OneBusAway/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
Ahmedhossamdev authored Sep 12, 2024
2 parents 8188c72 + 4e1fcf7 commit 233db38
Show file tree
Hide file tree
Showing 4 changed files with 11 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"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0-alpha.2 (2024-09-12)

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

### Features

* feat: Go sdk examples ([39f90f2](https://github.com/OneBusAway/go-sdk/commit/39f90f281c61fe40cd9e7a511166b66dd23d65f0))

## 0.1.0-alpha.1 (2024-09-12)

Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/OneBusAway/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/OneBusAway/[email protected].1'
go get -u 'github.com/OneBusAway/[email protected].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 233db38

Please sign in to comment.