Skip to content

Commit

Permalink
Release v1.6.0-beta0 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 authored Dec 7, 2022
1 parent 05b3862 commit 03bcc4d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# libddwaf release

### v1.6.0 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics)) - 2022/11/11
### v1.6.0-beta0 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics)) - 2022/12/07

#### Changes
- Exclusion filters: inputs ([#117](https://github.com/DataDog/libddwaf/pull/117))
- Add ID to exclusion filters ([#120](https://github.com/DataDog/libddwaf/pull/120))

#### Miscellaneous
- Upgrade deprecated actions ([#114](https://github.com/DataDog/libddwaf/pull/114))
- Include mac arm binaries in nuget ([#115](https://github.com/DataDog/libddwaf/pull/115))
- Run clang tidy / format on CI ([#116](https://github.com/DataDog/libddwaf/pull/116))
- Exclusion filters on fuzzer ([#118](https://github.com/DataDog/libddwaf/pull/118))

### v1.6.0-alpha0 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics)) - 2022/11/11

#### Changes
- Exclusion filters: targets and conditions ([#110](https://github.com/DataDog/libddwaf/pull/110))
Expand Down
2 changes: 1 addition & 1 deletion tests/TestInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ TEST(FunctionalTests, HandleBad)
/*ddwaf_destroy(handle2);*/
/*}*/

TEST(FunctionalTests, ddwaf_get_version) { EXPECT_STREQ(ddwaf_get_version(), "1.6.0-alpha0"); }
TEST(FunctionalTests, ddwaf_get_version) { EXPECT_STREQ(ddwaf_get_version(), "1.6.0-beta0"); }

TEST(FunctionalTests, ddwaf_runNull)
{
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-alpha0
1.6.0-beta0

0 comments on commit 03bcc4d

Please sign in to comment.