Skip to content

Commit 391c3bd

Browse files
chore(main): release 1.1.0
1 parent e216d43 commit 391c3bd

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/pythoninthegrass/mvp/compare/v1.0.0...v1.1.0) (2024-10-16)
4+
5+
6+
### Features
7+
8+
* add devbox uv scripts ([ab9dac2](https://github.com/pythoninthegrass/mvp/commit/ab9dac244a9e0d2089e157902ad8018406b3fd6a))
9+
* add python + pip ([bf88d72](https://github.com/pythoninthegrass/mvp/commit/bf88d7279a56053c8114431b1a4e35f869f4487b))
10+
* debian dockerfile ([b778148](https://github.com/pythoninthegrass/mvp/commit/b7781486bd780aeebcd54eb314376077e781fff9))
11+
12+
13+
### Bug Fixes
14+
15+
* .env location ([0bf7094](https://github.com/pythoninthegrass/mvp/commit/0bf7094b068568edf1fbeaeb69e45d5cc805ba2c))
16+
* empty args ([dbc29b9](https://github.com/pythoninthegrass/mvp/commit/dbc29b9ec378ed40bf7e774be8743e893d3fc691))
17+
* env vars change based on calling taskfile ([0d459bc](https://github.com/pythoninthegrass/mvp/commit/0d459bcc273704a1da46391a523c8e86fdfc4937))
18+
* pre-commit ([bdd6bcf](https://github.com/pythoninthegrass/mvp/commit/bdd6bcf77244ff340c42cc3a96bb98215433cdce))
19+
* squelch login warning ([a3fe52b](https://github.com/pythoninthegrass/mvp/commit/a3fe52b7c08eed12907b15516d073920fba6e1d3))
20+
* top-level directory ([6b08c2c](https://github.com/pythoninthegrass/mvp/commit/6b08c2c4f6bfd5f05b8319678521ef7a4c12ff58))
21+
* wrong operator in conditional ([8e5ceb2](https://github.com/pythoninthegrass/mvp/commit/8e5ceb26a6c01b6bf62eabb2409813b5daa17dfc))
22+
23+
24+
### Documentation
25+
26+
* add pypi env vars ([291c315](https://github.com/pythoninthegrass/mvp/commit/291c315084d6f80531e8b5184688c2f5b4c37c44))
27+
* fix formatting, add markdownlint exclusions ([eaee84a](https://github.com/pythoninthegrass/mvp/commit/eaee84ab49b3e1cc6ad38d41097798f492d149e0))
28+
* update readme ([a9e289d](https://github.com/pythoninthegrass/mvp/commit/a9e289d3455f7e8a5edb372afcf434ce9df880f4))
29+
* update README.md ([f75559c](https://github.com/pythoninthegrass/mvp/commit/f75559c69166b3f4351963d2a8a224769275581e))
30+
331
## [1.0.0](https://github.com/pythoninthegrass/mvp/compare/v1.0.0...v1.0.0) (2024-02-25)
432

533

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 = "mvp"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = ""
55
authors = ["pythoninthegrass <[email protected]>"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)