From 18432e62de6679959dc0ed18e94cddc4255a8ef3 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Mon, 7 Dec 2020 16:51:19 +0100 Subject: [PATCH] Tag v0.1.3 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e655a6a..a17f02f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.3 + +- Update dependencies +- Switch from 'final' to 'const' for static map initializers + ## 0.1.2 - Add support for VIN generation diff --git a/pubspec.yaml b/pubspec.yaml index fe3b7db..d3cc468 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Dart library for working with Vehicle Identification Numbers (VINs) based on ISO 3779:2009 and World Manufacturer Identifiers (WMIs) based on ISO 3780:2009, enriched by NHTSA data. -version: 0.1.2 +version: 0.1.3 repository: https://github.com/adaptant-labs/vin-decoder-dart issue_tracker: https://github.com/adaptant-labs/vin-decoder-dart/issues