chore: release version v3.0.0
This commit is contained in:
parent
1913621e61
commit
ededaf02b2
2 changed files with 8 additions and 1 deletions
|
@ -5,6 +5,13 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
|
|||
|
||||
<!-- changelog -->
|
||||
|
||||
## [v3.0.0](https://gitlab.com/jimsy/heap/compare/v2.0.2...v3.0.0) (2023-01-16)
|
||||
### Breaking Changes:
|
||||
|
||||
* Relicense to HL3-FULL.
|
||||
|
||||
|
||||
|
||||
## [v2.0.2](https://gitlab.com/jimsy/heap/compare/v2.0.2...v2.0.2) (2020-12-28)
|
||||
|
||||
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule Heap.Mixfile do
|
||||
use Mix.Project
|
||||
|
||||
@version "2.0.2"
|
||||
@version "3.0.0"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue