Skip to content

Commit

Permalink
feat: Moving to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SirUli committed Oct 21, 2023
1 parent c8ce5ff commit 70676b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md → magic_mirror/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning][semantic-versioning].

No unreleased changes yet.

## [v1.0.0] (2023-10-21)

### Changed
- Moving into 1.0.0 as everything works as of today

## [v0.26.5] (2023-10-21)

### Changed
Expand Down
15 changes: 2 additions & 13 deletions magic_mirror/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,9 @@ panel_iframe:
url: http://addres.to.your.Home Assistant:8181
```
## Changelog & Releases
## Changelog
This repository keeps a [change log](CHANGELOG.md). The format of the log
is based on [Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
based on the following:
* ``MAJOR``: Incompatible or major changes.
* ``MINOR``: Backwards-compatible new features and enhancements.
* ``PATCH``: Backwards-compatible bugfixes and package updates.
This repository keeps a [change log](CHANGELOG.md).
## Support
Expand All @@ -140,11 +131,9 @@ use the code or contribute to it.
[commits-shield]: https://img.shields.io/github/commit-activity/y/SirUli/homeassistant-magicmirror.svg
[commits]: https://github.com/SirUli/homeassistant-magicmirror/commits/master
[issue]: https://github.com/SirUli/homeassistant-magicmirror/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[releases-shield]: https://img.shields.io/github/release/SirUli/homeassistant-magicmirror.svg
[releases]: https://github.com/SirUli/homeassistant-magicmirror/releases
[repository]: https://github.com/SirUli/homeassistant-magicmirror
[semver]: http://semver.org/spec/v2.0.0.htm
[forum]: https://community.home-assistant.io/
2 changes: 1 addition & 1 deletion magic_mirror/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MagicMirror²",
"version": "0.26.5",
"version": "1.0.0",
"slug": "magic_mirror",
"description": "MagicMirror² is an open source modular smart mirror platform. This addon run the server in your home assistant environment.",
"url": "https://github.com/SirUli/homeassistant-magicmirror",
Expand Down

0 comments on commit 70676b4

Please sign in to comment.