Skip to content

Commit

Permalink
Prepare for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Sep 14, 2021
1 parent 7477214 commit 08cca22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.4.0] - 2021-09-14

### Changed

- Use a variation of the [X-Macro] pattern instead of `iFn`. This change makes the implementation easier to reason about [**BC**].
Expand Down
2 changes: 1 addition & 1 deletion interface99.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ SOFTWARE.
#define VTABLE99(implementor, iface) ML99_CAT4(implementor, _, iface, _impl)

#define IFACE99_MAJOR 0
#define IFACE99_MINOR 3
#define IFACE99_MINOR 4
#define IFACE99_PATCH 0
// } (Public stuff)

Expand Down

0 comments on commit 08cca22

Please sign in to comment.