-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from barseghyanartur/dev
Feature/chrome apps (#8)
- Loading branch information
Showing
2 changed files
with
89 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Release history and notes | ||
========================= | ||
|
||
`Sequence based identifiers | ||
<http://en.wikipedia.org/wiki/Software_versioning#Sequence-based_identifiers>`_ | ||
are used for versioning (schema follows below): | ||
|
||
.. code-block:: text | ||
major.minor[.revision] | ||
- It's always safe to upgrade within the same minor version (for example, from | ||
0.3 to 0.3.4). | ||
- Minor version changes might be backwards incompatible. Read the | ||
release notes carefully before upgrading (for example, when upgrading from | ||
0.3.4 to 0.4). | ||
- All backwards incompatible changes are mentioned in this document. | ||
|
||
0.1.1 | ||
----- | ||
2024-02-03 | ||
|
||
- Add Chrome Apps. | ||
|
||
0.1 | ||
--- | ||
2024-01-31 | ||
|
||
- Initial beta release. |