Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.55.3

### Changed

- Raise the [omnydrive](https://pub.dev/packages/omnydrive) constraint to `^1.12.2`,
which is itself just the same omnyhub `^1.3.0` bump. `^1.12.1` already resolved to
it, so this only makes the constraint name the version OmnyShell is built and
tested against. No behaviour change and no API change.

## 1.55.2

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/// This is the single source of truth for "what build is this": it is rendered
/// in the CLI banner and is the default a node reports as its
/// [NodeConfig.agentVersion] / [PlatformInfo.agentVersion].
const String omnyShellVersion = '1.55.2';
const String omnyShellVersion = '1.55.3';
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >-
connect to a Hub by node identity (not host:port); the Hub authenticates,
authorizes and brokers encrypted sessions to Nodes over WebSocket-on-TLS.
Ships Hub, Node, Client and CLI implementations behind first-class Dart APIs.
version: 1.55.2
version: 1.55.3
repository: https://github.com/OmnyGrid/omnyshell

environment:
Expand All @@ -22,7 +22,7 @@ dependencies:
ffi: ^2.1.0
http: ^1.2.0
meta: ^1.18.3
omnydrive: ^1.12.1
omnydrive: ^1.12.2
omnyhub: ^1.3.0
path: ^1.9.0
pointycastle: ^4.0.0
Expand Down
Loading