Skip to content

Commit 4e4d483

Browse files
author
Jorge Aparicio
committed
add CHANGELOG and release v0.1.0
1 parent 73e456a commit 4e4d483

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
## [Unreleased]
9+
10+
## [v0.1.0] - 2016-11-19
11+
12+
### Added
13+
14+
- Initial version of the allocator

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ version = "0.1.0"
99

1010
[dependencies]
1111
cortex-m = "0.1.5"
12-
13-
[dependencies.linked_list_allocator]
14-
branch = "init"
15-
git = "https://github.com/japaric/linked-list-allocator"
12+
linked_list_allocator = "0.2.3"

0 commit comments

Comments
 (0)