Skip to content

Commit 4c0d851

Browse files
author
Zibi Braniecki
committed
fluent-locale 0.3.1
1 parent 0fb53d8 commit 4c0d851

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
-
6+
7+
## fluent-locale 0.3.1 (February 12, 2018)
8+
9+
- Make fluent-locale compliant with rust stable (from 1.23)
10+

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name = "fluent-locale"
33
description = """
44
A library for parsing, serializing, manipulating and negotiating locales and language tags.
55
"""
6-
version = "0.3.0"
6+
version = "0.3.1"
77
authors = ["Zibi Braniecki <[email protected]>"]
8-
homepage = "http://projectfluent.io/"
8+
homepage = "http://projectfluent.org/"
99
license = "Apache-2.0"
1010
repository = "https://github.com/projectfluent/fluent-locale-rs"
1111
readme = "README.md"
12-
categories = ["internationalization", "localization"]
12+
categories = ["internationalization", "localization", "l10n", "intl", "i18n", "language", "negotiation", "locale"]
1313

1414
[badges]
1515
travis-ci = { repository = "projectfluent/fluent-locale-rs" }

0 commit comments

Comments
 (0)