Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit b8e1426

Browse files
committed
Updated CHANGELOG.md and bumped version
1 parent 38bf38a commit b8e1426

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.0
2+
3+
* Added an `IdentityCodec<T>` which implements `Codec<T,T>` for use as default
4+
value for in functions accepting an optional `Codec` as parameter.
5+
16
## 2.0.2
27

38
* Set max SDK version to `<3.0.0`, and adjust other dependencies.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: convert
2-
version: 2.0.2
2+
version: 2.1.0
33
description: Utilities for converting between data representations.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/convert

0 commit comments

Comments
 (0)