utopia-project 0.35.1 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/bake/utopia/project/readme/update.rb +2 -0
- data/bake/utopia/project.rb +12 -0
- data/lib/utopia/project/version.rb +1 -1
- data/readme.md +4 -0
- data/releases.md +4 -0
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 684a750f24a6ee8464e5d0f9a8d97ddca456faad4370660a7cc89af4893f7e0e
|
4
|
+
data.tar.gz: f01d30c525b3a4dacb0fb2533580a45cc437eac597f26a907ccdb2a1784708e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56fa2bab4641e1731846878b80af87d21150b9b66cff416cf1a58969fbcd5b8baf688c1e70a5440cb33518b7147761050511e253c5a7705769d9b72b601656c3
|
7
|
+
data.tar.gz: 8c1e81410e786b271a94a6850eb747b4908458565c116eeb3b62d9584cfd3fe0dcec8233cf7aeec7b549421e78513db7e07c623dcfdddf5e3ddcf395af89ec21
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/bake/utopia/project.rb
CHANGED
@@ -12,6 +12,17 @@ def create
|
|
12
12
|
end
|
13
13
|
end
|
14
14
|
|
15
|
+
# Update the project files.
|
16
|
+
#
|
17
|
+
# - Update the README file.
|
18
|
+
# - Update the agent context.
|
19
|
+
#
|
20
|
+
# This task can be used as part of a pre-release process.
|
21
|
+
def update
|
22
|
+
context["utopia:project:agent:context:update"].call
|
23
|
+
context["utopia:project:readme:update"].call
|
24
|
+
end
|
25
|
+
|
15
26
|
# Serve the project using a web server.
|
16
27
|
# Binds to `https://localhost:9292` by default.
|
17
28
|
#
|
@@ -77,3 +88,4 @@ def description(root: context.root)
|
|
77
88
|
end
|
78
89
|
end
|
79
90
|
end
|
91
|
+
|
data/readme.md
CHANGED
@@ -31,6 +31,10 @@ Please see the [project documentation](https://socketry.github.io/utopia-project
|
|
31
31
|
|
32
32
|
Please see the [project releases](https://socketry.github.io/utopia-project/releases/index) for all releases.
|
33
33
|
|
34
|
+
### v0.36.0
|
35
|
+
|
36
|
+
- Introduce `bake utopia:project:update` which invokes readme and agent context updates.
|
37
|
+
|
34
38
|
### v0.34.1
|
35
39
|
|
36
40
|
- Fix schema for `index.yaml` context file.
|
data/releases.md
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|