Skip to content

Commit

Permalink
Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malachib committed Mar 17, 2024
1 parent df96446 commit a57877f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.7.1 - XXXXX24
# v0.7.1 - 16MAR24

## Added Features

Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Autogenerated by version.cmake
version: "0.7.0"
version: "0.7.1"
description: "Embedded oriented std library"
url: "https://github.com/malachi-iot/estdlib"
repository: "https://github.com/malachi-iot/estdlib"
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"examples": [
"examples/pio/*/src/*.cpp"
],
"version": "0.7.0",
"version": "0.7.1",
"frameworks": [
"arduino",
"espidf",
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cmake_minimum_required(VERSION 3.13)

project(estd VERSION 0.7.0 LANGUAGES CXX
project(estd VERSION 0.7.1 LANGUAGES CXX
DESCRIPTION "Embedded oriented std library"
HOMEPAGE_URL "https://github.com/malachi-iot/estdlib")

Expand Down
6 changes: 3 additions & 3 deletions src/estd/port/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define ESTD_VER_MAJOR 0
#define ESTD_VER_MINOR 7
#define ESTD_VER_PATCH 0
#define ESTD_VER_PATCH 1

#define ESTD_VERSION ESTD_BUILD_SEMVER(0, 7, 0)
#define ESTD_VERSION_STR "0.7.0"
#define ESTD_VERSION ESTD_BUILD_SEMVER(0, 7, 1)
#define ESTD_VERSION_STR "0.7.1"
2 changes: 1 addition & 1 deletion tools/esp-idf/components/estdlib/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Autogenerated by version.cmake
version: "0.7.0"
version: "0.7.1"
description: "Embedded oriented std library"
url: "https://github.com/malachi-iot/estdlib"
repository: "https://github.com/malachi-iot/estdlib"
Expand Down

0 comments on commit a57877f

Please sign in to comment.