Skip to content

Commit

Permalink
Prepare for v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Oct 2, 2021
1 parent 31dc175 commit 9692932
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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.6.0] - 2021-10-02

### Added

- Default method implementations.
Expand Down
6 changes: 3 additions & 3 deletions interface99.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ SOFTWARE.

#include <metalang99.h>

#if !ML99_VERSION_COMPATIBLE(1, 10, 0)
#error Please, update Metalang99 to v1.10.0 or later.
#if !ML99_VERSION_COMPATIBLE(1, 11, 0)
#error Please, update Metalang99 to v1.11.0 or later.
#endif

#ifndef IFACE99_NO_ALIASES
Expand Down Expand Up @@ -68,7 +68,7 @@ SOFTWARE.
#define defaultMethod99(ret_ty, name, ...) (0defaultMethod, ret_ty, name, __VA_ARGS__)

#define IFACE99_MAJOR 0
#define IFACE99_MINOR 5
#define IFACE99_MINOR 6
#define IFACE99_PATCH 0
// } (Public stuff)

Expand Down

0 comments on commit 9692932

Please sign in to comment.