Skip to content

Commit

Permalink
release v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
qgymib committed Jul 29, 2024
1 parent 65eaa9c commit 95f6ce8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.0.9
## v0.0.9 (2024/07/29)

### BREAKING CHANGES
1. `ev_map_insert()` now return conflict node address
Expand Down
6 changes: 3 additions & 3 deletions ev.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* # Changelog
*
* ## v0.0.9
* ## v0.0.9 (2024/07/29)
*
* ### BREAKING CHANGES
* 1. `ev_map_insert()` now return conflict node address
Expand Down Expand Up @@ -180,7 +180,7 @@
////////////////////////////////////////////////////////////////////////////////
// FILE: include/ev/version.h
// SIZE: 1213
// SHA-256: e9895a8e71916068cfb435096321f8a71b4f3fca715bba06bba077166cd44516
// SHA-256: 71a72dc9d09aea2d04b91a53efed1fe582fda57a2368b84eec2ba7d3b6173763
////////////////////////////////////////////////////////////////////////////////
#ifndef __EV_VERSION_H__
#define __EV_VERSION_H__
Expand Down Expand Up @@ -214,7 +214,7 @@ extern "C" {
/**
* @brief Development version.
*/
#define EV_VERSION_PREREL 6
#define EV_VERSION_PREREL 0

/**
* @brief Version calculate helper macro.
Expand Down
2 changes: 1 addition & 1 deletion include/ev/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern "C" {
/**
* @brief Development version.
*/
#define EV_VERSION_PREREL 6
#define EV_VERSION_PREREL 0

/**
* @brief Version calculate helper macro.
Expand Down

0 comments on commit 95f6ce8

Please sign in to comment.