Skip to content

Commit 43f84f8

Browse files
committed
chore(release): 0.1.0 [skip actions]
Automatically generated by python-semantic-release
1 parent 00842a7 commit 43f84f8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Changelog
22

33
<!--next-version-placeholder-->
4+
5+
## v0.1.0 (2022-11-22)
6+
### Feature
7+
* Initial board configuration scripts and packages ([`f7de327`](https://github.com/cachuperia/freenove-esp32/commit/f7de3273bce541547365c9375b0d0cfb1c8e7c8e))

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SHELL := /bin/bash
55
MAKEFLAGS += --warn-undefined-variables
66
MAKEFLAGS += --no-builtin-rules
77

8-
VERSION := 0.0.0
8+
VERSION := 0.1.0
99
ROOT := $(shell pwd)
1010
PACKAGE_PATH := ${ROOT}/src/freenove_esp32
1111
PYTHON_VERSION := $(shell cat .python-version)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "freenove-esp32"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "Freenove Ultimate Starter Kit for ESP32 scripts"
55
authors = ["Iaroslav Russkykh <me@elruso.im>"]
66
license = "MIT"

0 commit comments

Comments
 (0)