Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxyGorilla committed Feb 2, 2022
1 parent 0a4cc75 commit 345dc66
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.lock
_build
*.o
_checkouts
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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]

## [2.0.0] - 2022-02-01

- Initial release

[Unreleased]: https://github.com/grisp/grisp_cryptoauth/compare/2.0.0...HEAD
[2.0.0]: https://github.com/grisp/grisp_cryptoauth/compare/35942fd38f38c6c118930cbc0bc77e95a11710cb...2.0.0
11 changes: 11 additions & 0 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{"1.2.0",
[{<<"grisp">>,{pkg,<<"grisp">>,<<"2.0.0">>},0},
{<<"mapz">>,{pkg,<<"mapz">>,<<"2.2.0">>},1}]}.
[
{pkg_hash,[
{<<"grisp">>, <<"B90E2D51D215FBAFFC94CDFC712A566C82D90DA250B4417DE9686DF9923C05BE">>},
{<<"mapz">>, <<"81EE5AD249BBC9427DAA6C3EE5166F88A448C5B0B2F5BBEE0495266308AFF2BA">>}]},
{pkg_hash_ext,[
{<<"grisp">>, <<"B2B7F2ACD53F6E7CA24E24B7B6EF3A8575CFE5C59338C1B564AE17163600BD5F">>},
{<<"mapz">>, <<"861A878A86AB7E5897A9B57B3CA0B188FB53CE2935B153872C61F6641E709AA8">>}]}
].
4 changes: 2 additions & 2 deletions src/grisp_cryptoauth.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, grisp_cryptoauth,
[{description, "Secure Element support for GRiSP2 based on cryptoauthlib"},
{vsn, "2.0.0-rc1"},
{vsn, "2.0.0"},
{registered, []},
{applications,
[kernel,
Expand All @@ -13,7 +13,7 @@
{env,[]},
{modules, []},
{mod, {grisp_cryptoauth_app, []}},
{licenses, ["Apache License 2.0"]},
{licenses, ["Apache-2.0"]},
{links,
[{"Homepage", "https://www.grisp.org"},
{"GitHub", "https://github.com/grisp/grisp_cryptoauth"}]}
Expand Down

0 comments on commit 345dc66

Please sign in to comment.