Skip to content

Commit b502c3b

Browse files
committed
chore(version): v1.14.0
1 parent f0833e2 commit b502c3b

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## v1.14.0 - 2024-08-21
6+
#### Documentation
7+
- update README.md [skip ci] - (6e46d8a) - GUO YANKE
8+
#### Miscellaneous Chores
9+
- add cog.toml - (f0833e2) - GUO YANKE
10+
11+
- - -
12+
13+
## v1.14.0-rc3 - 2024-08-21
14+
#### Build system
15+
- add version from github action - (59dc8a4) - GUO YANKE
16+
#### Features
17+
- **(mrunners)** add dir-to-dir render - (e4254a4) - GUO YANKE
18+
- **(mtmpl)** add slice and dict - (28a7070) - GUO YANKE
19+
- complete neg and add for mtmpl - (50d03e0) - GUO YANKE
20+
#### Miscellaneous Chores
21+
- **(deps)** update dependencies - (d70ac62) - GUO YANKE
22+
#### Refactoring
23+
- **(mtmpl)** refine funcAdd - (fc17d14) - GUO YANKE
24+
#### Tests
25+
- remove unused test files - (a642168) - GUO YANKE
26+
27+
- - -
28+
29+
## v1.14.0-rc2 - 2024-08-21
30+
#### Bug Fixes
31+
- **(menv)** remove original key after rendered - (8b2abdf) - Yanke G
32+
#### Documentation
33+
- update README.md [skip ci] - (6e1e00f) - GUO YANKE
34+
- update README.md [skip ci] - (9b6b453) - Yanke G
35+
#### Refactoring
36+
- **(munit)** not returning nil for FilterMap - (9c9e4a9) - Yanke G
37+
- treat os environment as argument - (af8298c) - Yanke G
38+
- refine mrunners - (d65aee6) - Yanke G
39+
- optimize code for mrunners - (1fd02e5) - Yanke G
40+
- move packages to internal - (422913b) - Yanke G
41+
#### Tests
42+
- **(mexec)** fix tests - (7d1f940) - Yanke G
43+
- **(mrunners)** add more tests for rencer - (5397e35) - GUO YANKE
44+
- **(munit)** add tests for munit - (67bdbea) - Yanke G
45+
- add tests for munit.Load() - (44b4ae9) - GUO YANKE
46+
- add tests for mrunner - (55ef932) - Yanke G
47+
- initial attempt on e2e tests - (e357eea) - Yanke G
48+
49+
- - -
50+
51+
## v1.14.0-rc1 - 2024-08-21
52+
#### Bug Fixes
53+
- ignore unit/log dir creation failure, closes #15, closes #16 - (51100a4) - GUO YANKE
54+
- expand cron expr with environment variable in advance - (8fbf567) - GUO YANKE
55+
#### Documentation
56+
- update README.md [skip ci] - (2e2d44a) - GUO YANKE
57+
#### Features
58+
- add non-blocking support for environment defained "once" units - (36b41b3) - GUO YANKE
59+
- add non-blocking support to "once" units, closes #13 - (d4bf30e) - GUO YANKE
60+
- add env support in cron expression, #9 - (5ba4e74) - GUO YANKE
61+
- allow adding more units from env, #9 - (c4cc269) - GUO YANKE
62+
#### Miscellaneous Chores
63+
- **(deps)** update dependencies - (e6335a1) - Yanke G
64+
- **(deps)** update dependencies - (5979f4a) - GUO YANKE
65+
- **(deps)** update dependencies - (d59c7f9) - GUO YANKE
66+
67+
- - -
68+
69+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

0 commit comments

Comments
 (0)