Packages

Elixir implementation of Consistent Overhead Byte Stuffing

Current section

Files

Jump to
cobs CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.1.2] - 2018-02-20
### Changed
- Changed installation instructions in README
### Fixed
- Fixed ex_doc main page filename
- Fixed hex.pm description (removed markdown)
## [0.1.1] - 2018-02-20
### Added
- Added CHANGELOG
- Update README
## [0.1.0] - 2018-02-20
### Added
- Initial commit
[0.1.2]: https://github.com/krodelin/cobs-elixir/releases/tag/0.1.2
[0.1.1]: https://github.com/krodelin/cobs-elixir/releases/tag/0.1.1
[0.1.0]: https://github.com/krodelin/cobs-elixir/releases/tag/0.1.0