Skip to content

Commit

Permalink
fix(con4m): Address issue where attribute parameter value wasn't bein…
Browse files Browse the repository at this point in the history
…g always being picked up (#77)

* Bump con4m version
* Bump patch version.
  • Loading branch information
viega committed Oct 25, 2023
1 parent 8ec99b5 commit bb1d5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chalk.nimble
@@ -1,4 +1,4 @@
version = "0.2.0"
version = "0.2.1"
author = "John Viega"
description = "Software artifact metadata to make it easy to tie " &
"deployments to source code and collect metadata."
Expand All @@ -8,7 +8,7 @@ bin = @["chalk"]

# Dependencies
requires "nim >= 2.0.0"
requires "https://github.com/crashappsec/con4m#0bc9dcca9954f56804a4e9444f3be43437dac1c2"
requires "https://github.com/crashappsec/con4m#63def517abc5f4d4efb876d34b7287c9361352cd"
requires "https://github.com/viega/zippy == 0.10.7"
requires "https://github.com/aruZeta/QRgen == 3.0.0"

Expand Down
2 changes: 1 addition & 1 deletion src/configs/base_keyspecs.c4m
Expand Up @@ -51,7 +51,7 @@
## the more basic per-op stuff such as "_CHALKS" and "ACTION_ID" I did not.

## CHALK SCHEMA
chalk_version := "0.2.0"
chalk_version := "0.2.1"
ascii_magic := "dadfedabbadabbed"

# Field starting with an underscore (_) are "system" metadata fields, that
Expand Down

0 comments on commit bb1d5b0

Please sign in to comment.