We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.0-dev
composer.json
1 parent e058ae4 commit 0bb6345Copy full SHA for 0bb6345
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Change Log
2
3
-## 0.1.1 Under development
+## 0.1.1 March 9, 2024
4
+
5
+- Bug #5: Change branch alias to `1.0-dev` in `composer.json` (@terabytesoftw)
6
7
## 0.1.0 March 6, 2024
8
composer.json
@@ -35,7 +35,7 @@
35
},
36
"extra": {
37
"branch-alias": {
38
- "dev-main": "0.1-dev"
+ "dev-main": "1.0-dev"
39
}
40
41
"config": {
0 commit comments