Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KammererTob committed Apr 19, 2024
1 parent 8fbaebb commit b11c722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.0
- **Breaking**: Changed exports to be all reexported in a single file to import. This is to satisfy the dart/flutter [conventions](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#structure). Thanks @Peetee06

## 1.0.3
- Make connectUrl lazy and initialized only once per session [#95](https://github.com/blackhorse-one/stomp_dart_client/issues/95) (Thanks @MacDeveloper1)

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stomp_dart_client
homepage: https://github.com/blackhorse-one/stomp_dart
version: 1.0.3
version: 2.0.0
description: Dart STOMP client for easy messaging interoperability. Build with flutter in mind, but should work for every dart application.
environment:
sdk: ">=2.12.0 <4.0.0"
Expand Down

0 comments on commit b11c722

Please sign in to comment.