File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## Unreleased
66
7+ Diff for [ unreleased]
8+
9+ ## 3.2.0 - 2020-10-14
10+
711### Added
812- Telemetry Support (#415 )
913
1014### Fixed
1115- Properly override jobs with duplicate name (#392 )
1216- Simplify ` TaskRegistry ` and make tests deterministic
1317
14- Diff for [ unreleased ]
18+ Diff for [ 3.2.0 ]
1519
1620## 3.1.0 - 2020-08-18
1721
@@ -607,7 +611,8 @@ Diff for [1.0.0]
607611### Added
608612- Initial commit
609613
610- [ unreleased ] : https://github.com/quantum-elixir/quantum-core/compare/v3.1.0...HEAD
614+ [ unreleased ] : https://github.com/quantum-elixir/quantum-core/compare/v3.2.0...HEAD
615+ [ 3.2.0 ] : https://github.com/quantum-elixir/quantum-core/compare/v3.1.0...v3.2.0
611616[ 3.1.0 ] : https://github.com/quantum-elixir/quantum-core/compare/v3.0.2...v3.1.0
612617[ 3.0.2 ] : https://github.com/quantum-elixir/quantum-core/compare/v3.0.1...v3.0.2
613618[ 3.0.1 ] : https://github.com/quantum-elixir/quantum-core/compare/v3.0.0...v3.0.1
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.1 .0"
6+ @ version "3.2 .0"
77
88 def project do
99 [
You can’t perform that action at this time.
0 commit comments