File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## Unreleased
6
6
7
- Diff for [ unreleased] ( https://github.com/quantum-elixir/quantum-storage-persistent-ets/compare/v1.0.0-rc.1...HEAD )
7
+ Diff for [ unreleased] ( https://github.com/quantum-elixir/quantum-storage-persistent-ets/compare/v1.0.0...HEAD )
8
+
9
+ ## v1.0.0
10
+
11
+ Diff for [ v1.0.0] ( https://github.com/quantum-elixir/quantum-storage-persistent-ets/compare/v1.0.0-rc.1...v1.0.0 )
8
12
9
13
## v1.0.0-rc.1
10
14
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ of dependencies in `mix.exs`:
16
16
``` elixir
17
17
def deps do
18
18
[
19
- {:quantum_storage_persistent_ets , " ~> 1.0-rc " }
19
+ {:quantum_storage_persistent_ets , " ~> 1.0" }
20
20
]
21
21
end
22
22
```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule QuantumStoragePersistentEts.MixProject do
3
3
4
4
use Mix.Project
5
5
6
- @ version "1.0.0-rc.1 "
6
+ @ version "1.0.0"
7
7
8
8
def project do
9
9
[
You can’t perform that action at this time.
0 commit comments