File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0
17
17
18
18
[ Full changelog] ( https://github.com/dalito/linkml-project-copier/compare/v0.4.1...main )
19
19
20
- (nothing yet)
20
+ ### Fixed
21
+
22
+ - Fix ` uv tool ` command that includes jinja2-time into copier. #90
21
23
22
24
## Release [ 0.4.1] - 2025-08-02
23
25
Original file line number Diff line number Diff line change @@ -48,12 +48,11 @@ We assume that you have full internet access.
48
48
49
49
Copier is a tool for generating projects based on a template (like this one!).
50
50
It also allows re-configuring the projects and to keep them updated when the original template changes.
51
- To insert dates into the template, copier requires [ jinja2_time ] ( https://github.com/hackebrot/jinja2-time ) in the copier environment.
51
+ To insert dates into the template, copier requires [ jinja2-time ] ( https://github.com/hackebrot/jinja2-time ) in the copier environment.
52
52
Install both with ` uv tool ` by running:
53
53
54
54
``` shell
55
- uv tool install copier
56
- uv tool inject copier jinja2_time
55
+ uv tool install --with jinja2-time copier
57
56
```
58
57
59
58
* ** just**
You can’t perform that action at this time.
0 commit comments