Skip to content

Commit b952f1d

Browse files
Bump 2.1.0-alpha.0.0
1 parent aabdbc3 commit b952f1d

File tree

4 files changed

+30
-23
lines changed

4 files changed

+30
-23
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "cynthiaweb"
33
description = "A simple web server and generator based on plain file editing. I hate WordPress."
44
documentation = "https://cynthia-docs.strawmelonjuice.com/"
55
authors = ["MLC Bloeiman <[email protected]>"]
6-
version = "2.0.7-alpha.1.1"
6+
version = "2.1.0-alpha.0.0"
77
edition = "2021"
88
license = "GPL-3.0 OR MIT"
99

bananen.json

+20-16
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,23 @@
3131
}
3232
},
3333
"saved_changes": {
34-
"unreleased": [
35-
{
36-
"contents": "Some issues with plugins that modified content.",
37-
"type": 3,
38-
"breaking": false
39-
},
34+
"unreleased": [],
35+
"released": [
4036
{
41-
"contents": "Enhanced some HTML-grammar Cynthia was generating.",
42-
"type": 2,
43-
"breaking": false
37+
"name": "2.1.0-alpha.0.0",
38+
"changes": [
39+
{
40+
"contents": "Enhanced some HTML-grammar Cynthia was generating.",
41+
"type": 2,
42+
"breaking": false
43+
},
44+
{
45+
"contents": "Switching from `.env` to `cynthia.toml`.",
46+
"type": 2,
47+
"breaking": true
48+
}
49+
]
4450
},
45-
{
46-
"contents": "Switching from `.env` to `cynthia.toml`.",
47-
"type": 2,
48-
"breaking": true
49-
}
50-
],
51-
"released": [
5251
{
5352
"name": "Past changes",
5453
"changes": [
@@ -66,6 +65,11 @@
6665
"contents": "Override for showing page info sidebar, on either mode or post.",
6766
"type": 1,
6867
"breaking": false
68+
},
69+
{
70+
"contents": "Some issues with plugins that modified content.",
71+
"type": 3,
72+
"breaking": false
6973
}
7074
]
7175
}

changelog.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@
44

55
## Unreleased changes
66
7-
- <span style="color: red; background-color: #ffcc00">BREAKING!</span> **<span style="color: #0033cc">Update</span>**: Switching from `.env` to `cynthia.toml`.
8-
- **<span style="color: #0033cc">Update</span>**: Enhanced some HTML-grammar Cynthia was generating.
9-
- **<span style="color: #9900cc">Fix</span>**: Some issues with plugins that modified content.
10-
7+
No unreleased changes.
118

129
## Releases
1310

1411

1512

13+
### 2.1.0-alpha.0.0
14+
- <span style="color: red; background-color: #ffcc00">BREAKING!</span> **<span style="color: #0033cc">Update</span>**: Switching from `.env` to `cynthia.toml`.
15+
- **<span style="color: #0033cc">Update</span>**: Enhanced some HTML-grammar Cynthia was generating.
16+
17+
1618
### Past changes
17-
- **<span style="color: #336600">Addition</span>**: Override for showing page info sidebar, on either mode or post.
19+
- **<span style="color: #9900cc">Fix</span>**: Some issues with plugins that modified content.
20+
- **<span style="color: #336600">Addition</span>**: Override for showing page info sidebar, on either mode or post.
1821
- <span style="color: red; background-color: #ffcc00">BREAKING!</span> **<span style="color: #0033cc">Update</span>**: Feature parity with TS version completed, plugin system 2.0 implemented.
1922
- <span style="color: red; background-color: #ffcc00">BREAKING!</span> **<span style="color: #0033cc">Update</span>**: Rewriting CynthiaCMS to Rust, to enhance user-friendlyness, a division of codebases and compatibility.
2023

0 commit comments

Comments
 (0)