Skip to content

Commit ca2fed8

Browse files
committed
chore(release): Prepare v0.1.0 release
1 parent 01b63fb commit ca2fed8

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,38 @@
22

33
## v0.1.0
44

5-
*In development*
5+
*2025-01-08*
6+
7+
### New Features 🎉
8+
* feat: Prepare repository (part 2) by @Gashmob in https://github.com/Fil-Language/filc/pull/4
9+
* feat: Basic executable by @Gashmob in https://github.com/Fil-Language/filc/pull/8
10+
* feat: Packaging with cpack by @Gashmob in https://github.com/Fil-Language/filc/pull/18
11+
* feat: Create parser with AST by @Gashmob in https://github.com/Fil-Language/filc/pull/19
12+
* feat: Validation of AST by @Gashmob in https://github.com/Fil-Language/filc/pull/26
13+
* feat: Parsing to LLVM IR by @Gashmob in https://github.com/Fil-Language/filc/pull/38
14+
* feat: Add set -euo pipefail to all bash scripts by @Gashmob in https://github.com/Fil-Language/filc/pull/49
15+
* feat: Pointer initialization by @Gashmob in https://github.com/Fil-Language/filc/pull/52
16+
* feat: Arrays by @Gashmob in https://github.com/Fil-Language/filc/pull/57
17+
### Bug fixes 🛠
18+
* fix: RPM package has conflict with /usr/bin by @Gashmob in https://github.com/Fil-Language/filc/pull/35
19+
* fix: Calcul is wrongly parsed when no spaces by @Gashmob in https://github.com/Fil-Language/filc/pull/50
20+
### Dependencies updates 🧰
21+
* build(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.6 by @dependabot in https://github.com/Fil-Language/filc/pull/11
22+
* chore(deps-dev): Update pnpm to version 9 by @Gashmob in https://github.com/Fil-Language/filc/pull/24
23+
* chore(deps-dev): Bump husky from 9.1.4 to 9.1.5 by @dependabot in https://github.com/Fil-Language/filc/pull/22
24+
* chore(deps): Bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in https://github.com/Fil-Language/filc/pull/27
25+
* chore(deps): Bump cachix/install-nix-action from 27 to 28 by @dependabot in https://github.com/Fil-Language/filc/pull/30
26+
* chore(deps-dev): Bump husky from 9.1.5 to 9.1.6 by @dependabot in https://github.com/Fil-Language/filc/pull/29
27+
* chore(deps): Update nixpkgs pin by @Gashmob in https://github.com/Fil-Language/filc/pull/34
28+
* chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in https://github.com/Fil-Language/filc/pull/36
29+
* chore(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.3 by @dependabot in https://github.com/Fil-Language/filc/pull/42
30+
* chore(deps): Bump actions/checkout from 4.2.0 to 4.2.2 by @dependabot in https://github.com/Fil-Language/filc/pull/43
31+
* chore(deps-dev): Bump husky from 9.1.6 to 9.1.7 by @dependabot in https://github.com/Fil-Language/filc/pull/46
32+
* chore(deps): Bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in https://github.com/Fil-Language/filc/pull/53
33+
* chore: Update dependencies by @Gashmob in https://github.com/Fil-Language/filc/pull/55
34+
### Other changes
35+
* doc: Prepare repository (part 1) by @Gashmob in https://github.com/Fil-Language/filc/pull/3
36+
* chore: Set prefix of dependabot commit by @Gashmob in https://github.com/Fil-Language/filc/pull/15
37+
* chore: Add configuration for CodeQL by @Gashmob in https://github.com/Fil-Language/filc/pull/16
38+
* doc: Update readme and contributing by @Gashmob in https://github.com/Fil-Language/filc/pull/21
39+
* chore: Update clang-format rules by @Gashmob in https://github.com/Fil-Language/filc/pull/48

0 commit comments

Comments
 (0)