Skip to content

Commit d61cd9c

Browse files
committed
Version 0.10.1
1 parent 2d5dc65 commit d61cd9c

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log
22

3-
## Unreleased
3+
## Version 0.10.1 (February 09, 2025)
44

55
- Align to OTP 24: use `erlang:crc32/1` instead of `zlib:crc32/2`, as the later
66
one has been deprecated in OTP 24 and was removed in OTP 27.

src/egd.app.src

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%
22
%% %CopyrightBegin%
33
%%
4-
%% Copyright Ericsson AB 2007-2016. All Rights Reserved.
4+
%% Copyright Ericsson AB 2007-2025. All Rights Reserved.
55
%%
66
%% Licensed under the Apache License, Version 2.0 (the "License");
77
%% you may not use this file except in compliance with the License.
@@ -19,8 +19,8 @@
1919
%%
2020

2121
{application, egd,
22-
[{description, "Erlang Graphics Draw"},
23-
{vsn, git},
22+
[{description, "Erlang Graphical Drawer"},
23+
{vsn, "0.10.1"},
2424
{registered, []},
2525
{applications, [kernel,
2626
stdlib]},
@@ -30,9 +30,13 @@
3030
egd_png,
3131
egd_primitives,
3232
egd_render]},
33+
%% hex.pm properties
34+
{pkg_name, egd24}, % reserve name 'egd' for the original author, however
35+
% ownership can be transferred later too:
36+
% https://hexdocs.pm/rebar3_hex/rebar3_hex_owner.html
3337
{maintainers, []},
34-
{licenses, []},
35-
{links, []}
38+
{licenses, ["Apache-2.0"]},
39+
{links, [{"GitHub","https://github.com/KornelH/egd"}]}
3640
]}.
3741

3842
%% vim: ft=erlang

0 commit comments

Comments
 (0)