Skip to content

Commit e6dc1c5

Browse files
committed
chore(master): release 4.2.0
1 parent 817c583 commit e6dc1c5

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.2.0-beta.3"
2+
".": "4.2.0"
33
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
<a name="v4.0.0"></a>
22

3+
## [4.2.0](https://github.com/BradenM/micropy-cli/compare/v4.2.0-beta.3...v4.2.0) (2023-04-22)
4+
5+
6+
### Features
7+
8+
* **app:** Add exclude_defaults, improve help in stubs create command. ([efa3263](https://github.com/BradenM/micropy-cli/commit/efa3263121704e56d6e4dc0aa4975228b4731184))
9+
10+
11+
### Documentation
12+
13+
* **app:** Improve stubs create help. ([9738ac7](https://github.com/BradenM/micropy-cli/commit/9738ac71256e8375ee190f3114ef5cb7e46c3506))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* **release:** Release as 4.2.0 ([817c583](https://github.com/BradenM/micropy-cli/commit/817c583bc460e642ddad0b383d88483945ee234b))
19+
320
## [4.2.0-beta.3](https://github.com/BradenM/micropy-cli/compare/v4.2.0-beta.2...v4.2.0-beta.3) (2023-04-17)
421

522

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "micropy-cli"
3-
version = "4.2.0-beta.3"
3+
version = "4.2.0"
44
description = "Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!"
55
authors = ["Braden Mars <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)