Skip to content

Commit 0ac6289

Browse files
committed
Release v3.0.1
1 parent aaa50f4 commit 0ac6289

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
Diff for [unreleased]
88

9+
## 3.0.1 - 2020-06-16
10+
11+
### Fixed
12+
- `ClockEvent` order corrected
13+
14+
Diff for [3.0.1]
15+
916
## 3.0.0 - 2020-06-11
1017

1118
### Fixed
1219
- Fix `@reboot` Cron Expression (#437)
1320

14-
Diff for [3.0.0-rc.3]
21+
Diff for [3.0.0]
1522

1623
## 3.0.0-rc.3 - 2020-02-28
1724

@@ -580,7 +587,8 @@ Diff for [1.0.0]
580587
- Initial commit
581588

582589

583-
[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0...HEAD
590+
[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.1...HEAD
591+
[3.0.1]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0...v3.0.1
584592
[3.0.0]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0-rc.3...v3.0.0
585593
[3.0.0-rc.3]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0-rc.2...v3.0.0-rc.3
586594
[3.0.0-rc.2]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0-rc.1...v3.0.0-rc.2

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 "3.0.0"
6+
@version "3.0.1"
77

88
def project do
99
[

0 commit comments

Comments
 (0)