Skip to content

Commit

Permalink
Bumped to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsforth committed Aug 11, 2021
1 parent 34686e0 commit fd1a2d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nmea0183"
version = "0.2.3"
version = "0.3.0"
authors = ["Nikita Staroverov <[email protected]>"]
edition = "2018"
description = "NMEA 0183 parser targetting mostly embedded devices but not limited to."
Expand All @@ -14,7 +14,7 @@ readme = "README.md"
[dependencies]

[badges]
travis-ci = { repository = "nsforth/nmea0183", branch = "v0.2.3" }
travis-ci = { repository = "nsforth/nmea0183", branch = "v0.3.0" }
codecov = { repository = "nsforth/nmea0183"}
is-it-maintained-issue-resolution = { repository = "nsforth/nmea0183" }
is-it-maintained-open-issues = { repository = "nsforth/nmea0183" }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Crates.io](https://img.shields.io/badge/crates.io-v0.2.3-orange.svg?longCache=true)](https://crates.io/crates/nmea0183)
[![Build Status](https://travis-ci.org/nsforth/nmea0183.svg?tag=v0.2.3)](https://travis-ci.org/nsforth/nmea0183)
[![Crates.io](https://img.shields.io/badge/crates.io-v0.3.0-orange.svg?longCache=true)](https://crates.io/crates/nmea0183)
[![Build Status](https://travis-ci.org/nsforth/nmea0183.svg?tag=v0.3.0)](https://travis-ci.org/nsforth/nmea0183)
[![Codecov coverage status](https://codecov.io/gh/nsforth/nmea0183/branch/master/graph/badge.svg)](https://codecov.io/gh/nsforth/nmea0183)
# NMEA 0183 parser.

Expand Down

0 comments on commit fd1a2d8

Please sign in to comment.