Skip to content

Commit 0ca26e8

Browse files
committed
Bump version to 2.1.1
1 parent bc89420 commit 0ca26e8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Changelog
22
=========
33

4+
Version 2.1.1
5+
-------------
6+
7+
* Added `LimitedSizeQueue` to fix #4 (Limit size of `_incompleteSentences` in `NmeaDecoder`)
8+
49
Version 2.1.0
510
-------------
611

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

1014
Version 2.0.0
1115
-------------

nmea.iml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
</content>
1313
<orderEntry type="sourceFolder" forTests="false" />
1414
<orderEntry type="library" name="Dart SDK" level="project" />
15-
<orderEntry type="library" name="Dart Packages" level="project" />
1615
</component>
1716
</module>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: https://github.com/ricardoboss/dart_nmea
44
repository: https://github.com/ricardoboss/dart_nmea
55
issue_tracker: https://github.com/ricardoboss/dart_nmea/issues
66

7-
version: 2.1.0
7+
version: 2.1.1
88

99
environment:
1010
sdk: ">=2.17.1 <3.0.0"

0 commit comments

Comments
 (0)