Skip to content

Commit

Permalink
Release v1.6.0-alpha0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 authored Nov 11, 2022
1 parent 2422307 commit 309d8a9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# libddwaf release

### v1.6.0 ([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))

#### Miscellaneous
- Experiment building libddwaf on the oldest available macos target ([#111](https://github.com/DataDog/libddwaf/pull/111))
- Strip libddwaf.a for darwin/linux release ([#107](https://github.com/DataDog/libddwaf/pull/107))
- linux/aarch64: add missing libunwind.a artefact ([#109](https://github.com/DataDog/libddwaf/pull/109))
- Add option to prevent loading test targets ([#108](https://github.com/DataDog/libddwaf/pull/108))

### v1.5.1 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics)) - 2022/09/22

#### API \& Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/TestInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ TEST(FunctionalTests, HandleBad)

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

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.5.1
1.6.0-alpha0

0 comments on commit 309d8a9

Please sign in to comment.