Skip to content

Commit

Permalink
chore(release): release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Aug 27, 2017
1 parent 6379643 commit 1d4fd58
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<a name="0.0.1"></a>
## 0.0.1 (2017-08-27)


### Bug Fixes

* **findmostfrequentlanguages:** update type definition ([ecdf032](https://github.com/kwonoj/cld3-asm/commit/ecdf032))
* **findmostfrequentlanguages:** utf8 encode input ([b7c0b48](https://github.com/kwonoj/cld3-asm/commit/b7c0b48))


### Features

* **cld3:** add initial cld3 binaries ([3825273](https://github.com/kwonoj/cld3-asm/commit/3825273))
* **cld3:** bump up cld3 ([398eb97](https://github.com/kwonoj/cld3-asm/commit/398eb97))
* **cldasmmodule:** export asm module interfaces ([9c2f119](https://github.com/kwonoj/cld3-asm/commit/9c2f119))
* **cldfactory:** export cldfactory interfaces ([bb4e308](https://github.com/kwonoj/cld3-asm/commit/bb4e308))
* **cldloader:** implement cldloader ([c1b061c](https://github.com/kwonoj/cld3-asm/commit/c1b061c))
* **index:** export loadModule ([3435c69](https://github.com/kwonoj/cld3-asm/commit/3435c69))
* **index:** setup index export ([ea05fe5](https://github.com/kwonoj/cld3-asm/commit/ea05fe5))
* **loadmodule:** implement loadmodule ([1ead2ec](https://github.com/kwonoj/cld3-asm/commit/1ead2ec))
* **util:** add utility implementation ([cca4c79](https://github.com/kwonoj/cld3-asm/commit/cca4c79))



0 comments on commit 1d4fd58

Please sign in to comment.