Skip to content

Commit

Permalink
chore: use git vsn in app.src
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Feb 3, 2025
1 parent bcaada1 commit ae47d0f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ _build
*.iml
rebar3.crashdump
*~
rebar.lock
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.3.5
- Fix vsn in app.src

# 0.3.4
- Make memory usage reading support EKS

# 0.3.3
- Fix cgroup name parsing

# 0.3.2
- Publish to hex, no diff in Erlang code

Expand Down
2 changes: 1 addition & 1 deletion src/lc.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%%--------------------------------------------------------------------
{application, lc,
[{description, "load control app"},
{vsn, "0.3.2"},
{vsn, "git"},
{registered, []},
{mod, {lc_app, []}},
{applications,
Expand Down

0 comments on commit ae47d0f

Please sign in to comment.