File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SHELL := /bin/bash
55MAKEFLAGS += --warn-undefined-variables
66MAKEFLAGS += --no-builtin-rules
77
8- VERSION := 0.0 .0
8+ VERSION := 0.1 .0
99ROOT := $(shell pwd)
1010PACKAGE_PATH := ${ROOT}/src/freenove_esp32
1111PYTHON_VERSION := $(shell cat .python-version)
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " freenove-esp32"
3- version = " 0.0 .0"
3+ version = " 0.1 .0"
44description = " Freenove Ultimate Starter Kit for ESP32 scripts"
55authors = [" Iaroslav Russkykh <me@elruso.im>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments