From 75ce9e5b6c8659f8790f2302597e7a5bb6be8f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Thu, 4 Apr 2024 18:07:13 +0200 Subject: [PATCH] :bookmark: release v1.0.2 ## 1.0.2 - [FEAT] add equatability to Undefined - [CHORE] add more tests to raise coverage --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b07e3..a82c0c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.2 + +- [FEAT] add equatability to Undefined +- [CHORE] add more tests to raise coverage + ## 1.0.1+2 - [CHORE] update documentation diff --git a/pubspec.yaml b/pubspec.yaml index 4d8da0f..ef75543 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: qs_dart description: A query string encoding and decoding library for Dart. Ported from qs for JavaScript. -version: 1.0.1+2 +version: 1.0.2 repository: https://github.com/techouse/qs environment: