Skip to content

Commit

Permalink
bumping chalk version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 committed Feb 2, 2024
1 parent 84b051c commit ffae1de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Chalk Release Notes

## Main
## 0.3.2

**Feb 2, 2024**

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion chalk.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bin = @["chalk"]

# Dependencies
requires "nim >= 2.0.0"
requires "https://github.com/crashappsec/con4m#53f5f477dbc98d4e5037f02cf30116ee1686e80a"
requires "https://github.com/crashappsec/con4m#d2a081b93d72cad4a86bcd51bbf6fbe4934a845e"
requires "https://github.com/viega/zippy == 0.10.7" # MIT

# this allows us to get version externally
Expand Down
2 changes: 1 addition & 1 deletion src/configs/base_keyspecs.c4m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
## the more basic per-op stuff such as "_CHALKS" and "ACTION_ID" I did not.

## CHALK SCHEMA
chalk_version := "0.3.1"
chalk_version := "0.3.2"
ascii_magic := "dadfedabbadabbed"

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

0 comments on commit ffae1de

Please sign in to comment.