Skip to content

Commit faf08f4

Browse files
authored
Merge pull request #310 from jama5262/Release-v6.4.1
Release v6.4.1
2 parents c98086f + 52a9af9 commit faf08f4

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 6.4.1
2+
3+
## What's Changed
4+
* Update verify_locale.dart by @yoman07 in https://github.com/jama5262/jiffy/pull/309
5+
6+
## New Contributors
7+
* @yoman07 made their first contribution in https://github.com/jama5262/jiffy/pull/309
8+
9+
**Full Changelog**: https://github.com/jama5262/jiffy/compare/v6.4.0...v6.4.1
10+
111
# 6.4.0
212

313
## What's Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
[![Continuous Integration](https://github.com/jama5262/jiffy/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jama5262/jiffy/actions/workflows/ci.yml)
44
[![codecov](https://codecov.io/gh/jama5262/jiffy/branch/master/graph/badge.svg?token=Z2EGVUGWTE)](https://codecov.io/gh/jama5262/jiffy)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6-
[![Pub Version](https://img.shields.io/badge/pub.dev-v6.4.0-blue)](https://pub.dev/packages/jiffy/versions/6.4.0)
6+
[![Pub Version](https://img.shields.io/badge/pub.dev-v6.4.1-blue)](https://pub.dev/packages/jiffy/versions/6.4.1)
77
![Platform](https://img.shields.io/badge/platform-flutter%7Cweb%7Cdart%20vm-orange)
88

99
Jiffy is a Flutter (Android, IOS and Web) date time package for parsing, manipulating, querying and formatting dates and time
1010

11-
### [Full Documentation](https://github.com/jama5262/jiffy/tree/v6.4.0/doc) | [API Reference](https://pub.dev/documentation/jiffy/latest/jiffy/Jiffy-class.html) | [Installation](https://pub.dev/packages/jiffy/install) | [ChangeLog](https://pub.dev/packages/jiffy/changelog) | [Examples](https://pub.dev/packages/jiffy/example)
11+
### [Full Documentation](https://github.com/jama5262/jiffy/tree/v6.4.1/doc) | [API Reference](https://pub.dev/documentation/jiffy/latest/jiffy/Jiffy-class.html) | [Installation](https://pub.dev/packages/jiffy/install) | [ChangeLog](https://pub.dev/packages/jiffy/changelog) | [Examples](https://pub.dev/packages/jiffy/example)
1212

1313
### [Discussions](https://github.com/jama5262/jiffy/discussions)
1414

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jiffy
22
description: Jiffy is a Flutter (Android, IOS and Web) date time package for parsing, manipulating, querying and formatting dates and time
3-
version: 6.4.0
3+
version: 6.4.1
44
homepage: https://github.com/jama5262/jiffy
55
repository: https://github.com/jama5262/jiffy
66
issue_tracker: https://github.com/jama5262/jiffy/issues

0 commit comments

Comments
 (0)