We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc41fd commit 4665455Copy full SHA for 4665455
CHANGELOG.md
@@ -7,13 +7,18 @@ NOTE: Before publishing:
7
- update this very document, don't forget to add release date
8
-->
9
10
-<!--
11
<details>
+
12
<summary>On development changelog</summary>
13
14
+## 0.6.0 (On development)
15
16
The latest on-development version can be accessed by building the source code.
17
On this on-development version, things can be broken.
18
19
+- Implement translation of preposition found after verb or object.
20
21
</details>
--->
22
23
## 0.5.3
24
project_data.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.5.3",
3
- "onDevelopment": false,
+ "version": "0.6.0",
+ "onDevelopment": true,
4
"releaseDate": "2025-4-2"
5
}
0 commit comments