Skip to content

Commit 504de53

Browse files
committed
docs(readme): add badges to readme, bump version to 0.8
1 parent df1d9b8 commit 504de53

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[package]
22
name = "language-tags"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
authors = ["Pyfisch <[email protected]>"]
55
exclude = ["README.md", ".travis.yml", ".gitignore"]
66

77
description = "Language tags for Rust"
88
license = "MIT"
99
repository = "https://github.com/pyfisch/rust-language-tags"
10+
documentation = "http://pyfisch.github.io/rust-language-tags/language_tags/"
11+
keywords = ["language", "internationalization", "translation", "http", "html"]

LICENSE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2015 Pyfisch
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# rust-language-tags
2+
[![Build Status](https://travis-ci.org/pyfisch/rust-language-tags.svg?branch=master)](https://travis-ci.org/pyfisch/rust-language-tags)
3+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
4+
[![crates.io](http://meritbadge.herokuapp.com/language-tags)](https://crates.io/crates/language-tags)
5+
26
Language tags can be used identify human languages, scripts e.g. Latin script, countries and
37
other regions.
48

0 commit comments

Comments
 (0)