Skip to content

Commit

Permalink
build: 0.3.5 release (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Apr 5, 2024
1 parent 5ac836b commit e62ec4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,8 @@
# Chalk Release Notes

## Main
## 0.3.5

**Apr 05, 2024**

## Breaking Changes

Expand All @@ -15,7 +17,7 @@
installed. Previously, any chalk sub-scan such as
during `chalk exec` had misleading error logs.
[#248](https://github.com/crashappsec/chalk/pull/248)
- `chalk docker ...` did not exit with non-zero exit code
- `chalk docker ...` now exits with a non-zero exit code
when `docker` is not installed.
[#256](https://github.com/crashappsec/chalk/pull/256)
- Fixed parsing CLI params when wrapping `docker`
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Expand Up @@ -6,8 +6,8 @@ We currently support the following versions in terms of security updates:

| Version | Supported |
| ------- | ------------------ |
| 0.3.4 | :white_check_mark: |
| < 0.3.4 | :x: |
| 0.3.5 | :white_check_mark: |
| < 0.3.5 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion src/configs/base_keyspecs.c4m
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.5-dev"
chalk_version := "0.3.5"
ascii_magic := "dadfedabbadabbed"

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

0 comments on commit e62ec4e

Please sign in to comment.