Skip to content

Commit

Permalink
bump: version 0.9.0 → 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 19, 2023
1 parent 190b9f6 commit 9ba3854
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## v0.10.0 (2023-02-19)

### Feat

- Restrict resolution to 1920x1920 (#31)
- Add testing to project (#7)
- add basic service and installer (#17)

## v0.0.0 (2023-02-02)

### Feat

- Improve project structure and setup (#4)

### Fix

- Fix vertical flip (#16)
- Make run.py executable
- Fix python version in GitHub actions

### Refactor

- Rename GitHub Action jobs (#6)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A simple mjpeg server for Picamera2.
With Spyglass you are able to stream videos from a camera that is supported by [libcamera](http://libcamera.org) like
the [Raspberry Pi Camera Module 3](https://www.raspberrypi.com/products/camera-module-3/).

Current version: 0.9.0
Current version: 0.10.0

## Prerequisites

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
version = "0.9.0"
version = "0.10.0"

[build-system]
build-backend = "setuptools.build_meta"
Expand All @@ -16,7 +16,7 @@ mock_use_standalone_module = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.9.0"
version = "0.10.0"
tag_format = "v$version"
version_files = [
"spyglass/__version__.py",
Expand Down
2 changes: 1 addition & 1 deletion spyglass/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.0"
__version__ = "0.10.0"

0 comments on commit 9ba3854

Please sign in to comment.