Skip to content

Commit

Permalink
Bump to version 0.1.0 (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Feb 20, 2020
1 parent 543f70b commit 2f5c2db
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## v0.1.0 - 2020-02-20

### Added

- Support Linux, macOS X and Windows platforms
- Support Detect and DetectAll
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ func main() {
log.Fatal(err)
}
// Have fun with language.Tag!

tags, err := locale.DetectAll()
if err != nil {
log.Fatal(err)
}
// Get all available tags
}
```

Expand Down

0 comments on commit 2f5c2db

Please sign in to comment.