File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
77Diff 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
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments