Skip to content

Commit

Permalink
feat(version): bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvoltz committed Apr 12, 2021
1 parent cc844a5 commit 3c95ccb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.1] - 2021-04-11
### Changed
- Update micro panel tab to render the scaled up image with nearest neighbor (crisp pixels)

## [3.0.0] - 2021-04-11
### Refactor
- Modularize panel interface and add a "virtual panel" in the web UI (kgutwin)
Expand Down Expand Up @@ -66,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release to community, official plugin on the OctoPrint plugin repository.

[Unreleased]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v2.1.1...v3.0.0
[2.1.1]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v2.0.1...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "OctoPrint Micro Panel"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "3.0.0"
plugin_version = "3.0.1"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit 3c95ccb

Please sign in to comment.