Skip to content

Commit b5029e0

Browse files
committed
Bump version
1 parent 0844ace commit b5029e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 0.1.0 - 2023-06-28
11+
1012
- Added subcommands to listen to PlanktoScope state updates via the MQTT API
1113
- 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)

cmd/cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var app = &cli.App{
1717
Name: "planktoscope",
1818
// TODO: see if there's a way to get the version from a build tag, so that we don't have to update
1919
// this manually
20-
Version: "v0.0.1",
20+
Version: "v0.1.0",
2121
Usage: "Command-line tool to operate and manage PlanktoScopes",
2222
Commands: []*cli.Command{
2323
devCmd,

0 commit comments

Comments
 (0)