-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use slugs rather than UUIDs for package IDs
Closes #30
- Loading branch information
Showing
6 changed files
with
88 additions
and
39 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,11 @@ | ||
# Changelog | ||
|
||
Merlon adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This means that if a change is made that | ||
breaks backward-compatibility, the major version number will be incremented. This applies for both the Merlon | ||
application and the Rust / Python APIs. | ||
|
||
## 2.0.0 | ||
|
||
- Package IDs have been changed to be kebab-case strings rather than UUIDs. Package IDs must now be in kebab-case, no | ||
less than 3 characters, and no more than 64 characters. This is to allow for more human-readable package IDs, especially | ||
as Git branch names and directory names. **Rust API breaking change.** |
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 |
---|---|---|
|
@@ -9,6 +9,7 @@ getting_started | |
star_rod | ||
emulators | ||
glossary | ||
changelog | ||
``` | ||
|
||
```{toctree} | ||
|
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