version: 1.0.0

+ map_validate/2: a simple way to validate maps
+ gitversion.mk removed
This commit is contained in:
Umgeher Torgersen 2024-10-13 19:36:09 +00:00
parent 7b5b494cbb
commit b5e2fecca5
4 changed files with 82 additions and 8 deletions

View file

@ -1,12 +1,8 @@
PROJECT = utools
PROJECT_DESCRIPTION = Umgeher Erlang Tools
PROJECT_VERSION = 0.2.0
PROJECT_VERSION = 1.0.0
# Whitespace to be used when creating files from templates.
SP = 2
BUILD_DEPS = gitversion.mk
DEP_PLUGINS = gitversion.mk
dep_gitversion.mk = git https://git.sr.ht/~umgeher/gitversion.mk master
include erlang.mk