Bump version to 1.0.0 as it's stable enough for my own usage

This commit is contained in:
Mikko Ahlroth 2017-06-03 11:47:40 +03:00
parent 2fc65ca0e2
commit 6fd8f54451
3 changed files with 14 additions and 2 deletions

View file

@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is roughly based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-06-03
### Changed
- Bumped _fs_ version to 3.4.0.
### Fixed
- Should now work on Windows, uses _cmd.exe_ to run _npm_'s batch scripts.
### Fixed
## [0.3.0] - 2017-04-30
### Added

View file

@ -87,7 +87,7 @@ by adding `mbu` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:mbu, "~> 0.2.0"}]
[{:mbu, "~> 1.0.0"}]
end
```

View file

@ -3,7 +3,7 @@ defmodule MBU.Mixfile do
def project do
[app: :mbu,
version: "0.3.0",
version: "1.0.0",
elixir: "~> 1.4",
name: "MBU: Mix Build Utilities",
source_url: "https://github.com/Nicd/mbu",