Skip to content

Commit

Permalink
Release v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Feb 28, 2020
1 parent 092dd6d commit a884602
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Expand Up @@ -4,10 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

Diff for [unreleased](https://github.com/quantum-elixir/quantum-storage-persistent-ets/compare/v1.0.0-rc.1...HEAD)

## v1.0.0-rc.1

### Added

* Initial Commit

Diff for [unreleased]

[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v0.0.1...HEAD
Files for [v1.0.0-rc.1](https://github.com/quantum-elixir/quantum-storage-persistent-ets/tree/v1.0.0-rc.1)
4 changes: 3 additions & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule QuantumStoragePersistentEts.MixProject do

use Mix.Project

@version "0.0.1"
@version "1.0.0-rc.1"

def project do
[
Expand All @@ -15,6 +15,7 @@ defmodule QuantumStoragePersistentEts.MixProject do
deps: deps(),
docs: docs(),
name: "Quantum Storage Persistent ETS",
description: "Quantum Storage Adapter based on Persistent ETS",
elixirc_paths: elixirc_paths(Mix.env()),
package: package(),
test_coverage: [tool: ExCoveralls],
Expand Down Expand Up @@ -49,6 +50,7 @@ defmodule QuantumStoragePersistentEts.MixProject do
"Jonatan Männchen"
],
licenses: ["Apache License 2.0"],
exclude_patterns: [~r[priv/(tables|plts)]],
links: %{
"Changelog" =>
"https://github.com/quantum-elixir/quantum-storage-persistent-ets/blob/master/CHANGELOG.md",
Expand Down

0 comments on commit a884602

Please sign in to comment.