Skip to content

Commit ddeac55

Browse files
authored
Merge pull request #256 from jshmrtn/release/v2.0.3
Release v2.0.3
2 parents c8ecabf + f8f2744 commit ddeac55

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
Diff for [unreleased]
88

9+
## 2.0.3 - 2017-08-29
10+
11+
Diff for [2.0.3]
12+
13+
### Fixed
14+
- `@reboot` cron expressions
15+
916
## 2.0.2 - 2017-08-23
1017

1118
Diff for [2.0.2]
@@ -364,7 +371,8 @@ Diff for [1.9.1]
364371
- Initial commit
365372

366373

367-
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.0.2...HEAD
374+
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.0.3...HEAD
375+
[2.0.2]: https://github.com/c-rack/quantum-elixir/compare/v2.0.2...v2.0.3
368376
[2.0.2]: https://github.com/c-rack/quantum-elixir/compare/v2.0.1...v2.0.2
369377
[2.0.1]: https://github.com/c-rack/quantum-elixir/compare/v2.0.0...v2.0.1
370378
[2.0.0]: https://github.com/c-rack/quantum-elixir/compare/v2.0.0-beta.2...v2.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To use Quantum in your project, edit the `mix.exs` file and add Quantum to
1919
**1. the list of dependencies:**
2020
```elixir
2121
defp deps do
22-
[{:quantum, ">= 2.0.2"},
22+
[{:quantum, ">= 2.0.3"},
2323
{:timex, "~> 3.0"}]
2424
end
2525
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Quantum.Mixfile do
33

44
use Mix.Project
55

6-
@version "2.0.2"
6+
@version "2.0.3"
77

88
def project do
99
[

0 commit comments

Comments
 (0)