Skip to content

Commit 5d9205b

Browse files
committed
v0.3.0
1 parent e752c6d commit 5d9205b

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
<details>
3+
<!-- <details>
44
<summary>On development changelog</summary>
5-
6-
## 0.3.0 (On development)
7-
85
The latest on-development version can be accessed by building the source code. On this on-development version, things can be broken.
6+
</details> -->
7+
8+
## 0.3.0
99

1010
This is a huge update now with better quality translations, configurable settings, UCSUR support, and expanded vocabulary!
1111

@@ -38,8 +38,6 @@ Inside update (intended for developers):
3838
- Implement lexer and english AST.
3939
- Overhaul dictionary: It is now a separate file with nicer syntax as opposed to written inside the code.
4040

41-
</details>
42-
4341
## 0.2.2
4442

4543
Update missed links.

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { settings } from "./settings.ts";
66
import { errors } from "telo-misikeke/telo-misikeke.js";
77

88
// Set to false when releasing, set to true when developing
9-
const DEVELOPMENT = true;
9+
const DEVELOPMENT = false;
1010
// Don't forget these two when releasing
11-
const DATE_RELEASED = new Date("2024-2-1");
11+
const DATE_RELEASED = new Date("2024-8-15");
1212
const VERSION = "v0.3.0";
1313

1414
type Elements = {

0 commit comments

Comments
 (0)