File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ 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 )
8
+
9
+ ## v1.0.0-rc.1
10
+
7
11
### Added
8
12
9
13
* Initial Commit
10
14
11
- Diff for [ unreleased]
12
-
13
- [ unreleased ] : https://github.com/c-rack/quantum-elixir/compare/v0.0.1...HEAD
15
+ Files for [ v1.0.0-rc.1] ( https://github.com/quantum-elixir/quantum-storage-persistent-ets/tree/v1.0.0-rc.1 )
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 "0.0.1"
6
+ @ version "1. 0.0-rc .1"
7
7
8
8
def project do
9
9
[
@@ -15,6 +15,7 @@ defmodule QuantumStoragePersistentEts.MixProject do
15
15
deps: deps ( ) ,
16
16
docs: docs ( ) ,
17
17
name: "Quantum Storage Persistent ETS" ,
18
+ description: "Quantum Storage Adapter based on Persistent ETS" ,
18
19
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
19
20
package: package ( ) ,
20
21
test_coverage: [ tool: ExCoveralls ] ,
@@ -49,6 +50,7 @@ defmodule QuantumStoragePersistentEts.MixProject do
49
50
"Jonatan Männchen"
50
51
] ,
51
52
licenses: [ "Apache License 2.0" ] ,
53
+ exclude_patterns: [ ~r[ priv/(tables|plts)] ] ,
52
54
links: % {
53
55
"Changelog" =>
54
56
"https://github.com/quantum-elixir/quantum-storage-persistent-ets/blob/master/CHANGELOG.md" ,
You can’t perform that action at this time.
0 commit comments