File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments