Skip to content

Commit 890436a

Browse files
committed
Release 1.0.39
1 parent 0cee758 commit 890436a

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Version 1.0.39
22

3+
* Updating p1_utils to version 1.0.28.
34
* Update CI containers
45

56
# Version 1.0.38

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{"win32", "LDFLAGS", "$LDFLAGS yaml.lib"}]}.
2929
{port_specs, [{"priv/lib/fast_yaml.so", ["c_src/fast_yaml.c"]}]}.
3030

31-
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.27"}}}]}.
31+
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.28"}}}]}.
3232

3333
{clean_files, ["c_src/fast_yaml.gcda", "c_src/fast_yaml.gcno"]}.
3434

src/fast_yaml.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
{application, fast_yaml,
2525
[{description, "Fast YAML native library for Erlang / Elixir"},
26-
{vsn, "1.0.38"},
26+
{vsn, "1.0.39"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, p1_utils]},

0 commit comments

Comments
 (0)