Skip to content

Commit a884602

Browse files
committed
Release v1.0.0-rc.1
1 parent 092dd6d commit a884602

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

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+
711
### Added
812

913
* Initial Commit
1014

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)

mix.exs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule QuantumStoragePersistentEts.MixProject do
33

44
use Mix.Project
55

6-
@version "0.0.1"
6+
@version "1.0.0-rc.1"
77

88
def project do
99
[
@@ -15,6 +15,7 @@ defmodule QuantumStoragePersistentEts.MixProject do
1515
deps: deps(),
1616
docs: docs(),
1717
name: "Quantum Storage Persistent ETS",
18+
description: "Quantum Storage Adapter based on Persistent ETS",
1819
elixirc_paths: elixirc_paths(Mix.env()),
1920
package: package(),
2021
test_coverage: [tool: ExCoveralls],
@@ -49,6 +50,7 @@ defmodule QuantumStoragePersistentEts.MixProject do
4950
"Jonatan Männchen"
5051
],
5152
licenses: ["Apache License 2.0"],
53+
exclude_patterns: [~r[priv/(tables|plts)]],
5254
links: %{
5355
"Changelog" =>
5456
"https://github.com/quantum-elixir/quantum-storage-persistent-ets/blob/master/CHANGELOG.md",

0 commit comments

Comments
 (0)