Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v6.3.0 #269

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 6.3.0

## What's Changed
* Start job run when commit is pushed to PR by @jama5262 in https://github.com/jama5262/jiffy/pull/268
* Fix difference between two date times with asFloat param by @samip77 in https://github.com/jama5262/jiffy/pull/267
* Update zh_locale.dart by @BenderBlog in https://github.com/jama5262/jiffy/pull/263

## New Contributors
* @samip77 made their first contribution in https://github.com/jama5262/jiffy/pull/267
* @BenderBlog made their first contribution in https://github.com/jama5262/jiffy/pull/263

**Full Changelog**: https://github.com/jama5262/jiffy/compare/v6.2.2...v6.3.0

# 6.2.2

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Publish to pub.dev](https://github.com/jama5262/jiffy/actions/workflows/publish.yml/badge.svg)](https://github.com/jama5262/jiffy/actions/workflows/publish.yml)
[![codecov](https://codecov.io/gh/jama5262/jiffy/branch/master/graph/badge.svg?token=Z2EGVUGWTE)](https://codecov.io/gh/jama5262/jiffy)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Pub Version](https://img.shields.io/badge/pub.dev-v6.2.2-blue)](https://pub.dev/packages/jiffy/versions/6.2.2)
[![Pub Version](https://img.shields.io/badge/pub.dev-v6.3.0-blue)](https://pub.dev/packages/jiffy/versions/6.3.0)
![Platform](https://img.shields.io/badge/platform-flutter%7Cweb%7Cdart%20vm-orange)

Jiffy is a Flutter (Android, IOS and Web) date time package for parsing, manipulating, querying and formatting dates and time
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jiffy
description: Jiffy is a date time dart package for parsing, manipulating, querying and formatting dates and time
version: 6.2.2
version: 6.3.0
homepage: https://github.com/jama5262/jiffy
repository: https://github.com/jama5262/jiffy
issue_tracker: https://github.com/jama5262/jiffy/issues
Expand Down
Loading