-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/release rebase #973
Merged
Merged
Fix/release rebase #973
Conversation
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
code for next release
all: prepare for release v2.0.1
code for release 2.0.2
all: prepare for release v2.0.2
…#938) * revert move to v2 subfolder * fix CI and adjust CHANGELOG
Bumps [github.com/warthog618/gpiod](https://github.com/warthog618/gpiod) from 0.8.0 to 0.8.1. - [Commits](warthog618/go-gpiocdev@v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: github.com/warthog618/gpiod dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/eclipse/paho.mqtt.golang/releases) - [Commits](eclipse-paho/paho.mqtt.golang@v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: github.com/eclipse/paho.mqtt.golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [go.bug.st/serial](https://github.com/bugst/go-serial) from 1.4.0 to 1.5.0. - [Commits](bugst/go-serial@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: go.bug.st/serial dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.3. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.0...v1.8.3) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* core(build): CLI removed * adjust install instructions in doc and README * fix master_test and remove useless/duplicated tests examples_test.go
go: upgraded github.com/nats-io/nats.go v1.26.0 => v1.27.0 go: upgraded gocv.io/x/gocv v0.32.1 => v0.33.0 go: upgraded golang.org/x/net v0.10.0 => v0.11.0 go: upgraded tinygo.org/x/bluetooth v0.6.0 => v0.7.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Solved issues and/or description of the change
prepare release by rebase to fix conflicts