Skip to content

Commit c9b80eb

Browse files
committed
Add info to app.src for hex
1 parent 3b52cf3 commit c9b80eb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [3.0.0] - 2021-08-27
7+
### Changed
8+
- mworrell: Renamed to erlang_exif, removed R16 compat, published to Hex
9+
610
## [2.0.3] - 2017-01-25
711
### Changed
812
- mworrell: Fix a problem with some cameras inserting 'no value' exif tags.

src/erlang_exif.app.src

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
kernel,
88
stdlib
99
]},
10-
{env, []}
10+
{env, []},
11+
{maintainers, ["Zotonic Team / Erlang Pack"]},
12+
{licenses, ["BSD-3-Clause License"]},
13+
{links, [{"GitHub", "https://github.com/erlangpack/erlang_exif"}]}
1114
]}.

0 commit comments

Comments
 (0)