Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Jun 28, 2023
1 parent 0844ace commit b5029e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.1.0 - 2023-06-28

- Added subcommands to listen to PlanktoScope state updates via the MQTT API
- Added subcommand to start a segmentation routine and wait until it finishes (by default) or until it starts (by command-line flags) or not wait at all (by command-line flags)
2 changes: 1 addition & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var app = &cli.App{
Name: "planktoscope",
// TODO: see if there's a way to get the version from a build tag, so that we don't have to update
// this manually
Version: "v0.0.1",
Version: "v0.1.0",
Usage: "Command-line tool to operate and manage PlanktoScopes",
Commands: []*cli.Command{
devCmd,
Expand Down

0 comments on commit b5029e0

Please sign in to comment.