Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Jan 5, 2023
1 parent bc89420 commit 0ca26e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Changelog
=========

Version 2.1.1
-------------

* Added `LimitedSizeQueue` to fix #4 (Limit size of `_incompleteSentences` in `NmeaDecoder`)

Version 2.1.0
-------------

* Adds support for custom sentence types
* Added `LimitedSizeQueue` to fix #4 (Limit size of `_incompleteSentences` in `NmeaDecoder`)

Version 2.0.0
-------------
Expand Down
1 change: 0 additions & 1 deletion nmea.iml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart SDK" level="project" />
<orderEntry type="library" name="Dart Packages" level="project" />
</component>
</module>
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage: https://github.com/ricardoboss/dart_nmea
repository: https://github.com/ricardoboss/dart_nmea
issue_tracker: https://github.com/ricardoboss/dart_nmea/issues

version: 2.1.0
version: 2.1.1

environment:
sdk: ">=2.17.1 <3.0.0"
Expand Down

0 comments on commit 0ca26e8

Please sign in to comment.