Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
Bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suvash committed Dec 9, 2017
1 parent 41ae27c commit 29edd9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]

## [0.1.1] - 2017-12-09
### Fixed
- Fix `Makefile`, `Dockerfile`, `docker-compose.yml` and `README.md` for better development environment workflow.
- Fix `extras` params in docs for `mix.exs`, so that docs are generated properly in `hex.pm`
- Stop the connection properly when a client is stopped
- Support Elixir 1.5.2
- Fix `Makefile`, `Dockerfile`, `docker-compose.yml` and `README.md` for better development environment workflow.
- Fix `extras` params in docs for `mix.exs`, so that docs are generated properly in `hex.pm`

## [0.1.0] - 2017-08-12
### Added
Expand Down Expand Up @@ -54,7 +56,8 @@ All notable changes to this project will be documented in this file. This change
### Added
- First version of the project made public

[Unreleased]: https://github.com/suvash/hulaaki/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/suvash/hulaaki/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/suvash/hulaaki/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/suvash/hulaaki/compare/v0.0.4...v0.1.0
[0.0.4]: https://github.com/suvash/hulaaki/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/suvash/hulaaki/compare/v0.0.2...v0.0.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add Hulaaki to your project dependencies in `mix.exs`

```elixir
def deps do
[{:hulaaki, "~> 0.1.0"} ]
[{:hulaaki, "~> 0.1.1"} ]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Hulaaki.Mixfile do
use Mix.Project

@version "0.1.0"
@version "0.1.1"

def project do
[app: :hulaaki,
Expand Down

0 comments on commit 29edd9c

Please sign in to comment.