From 66b8e2e0257af24380323be5eaa79896d9d79d32 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Thu, 4 Mar 2021 00:22:30 +0000 Subject: [PATCH] Cut 1.0.0 --- CHANGELOG.md | 2 +- rebar.config | 1 + src/dactyl.app.src | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a47f54..ecd4121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.0.0] - 2021-03-04 ### Added diff --git a/rebar.config b/rebar.config index c7a860b..a98a7e7 100644 --- a/rebar.config +++ b/rebar.config @@ -15,6 +15,7 @@ {deps, []}. {project_plugins, [ + {rebar3_hex, "6.10.3"}, {rebar3_lint, "0.3.2"} ]}. diff --git a/src/dactyl.app.src b/src/dactyl.app.src index 511d772..200dca2 100644 --- a/src/dactyl.app.src +++ b/src/dactyl.app.src @@ -2,6 +2,9 @@ {description, "String templating library for Erlang"}, {vsn, git}, {registered, []}, + {pkg_name, mc_dactyl}, + {licenses, ["dactyl.erl"]}, + {links, [{"GitHub", "https://github.com/miniclip/dactyl"}]}, {applications, [ % OTP dependencies