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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfd904d0661eca52af7af1d7c16cc1e39fc9664dcc6d1b263693a779d7777a06
4
- data.tar.gz: f0ab7c6d9c241794d58de46dfaa6db3d0dd44888aebeac0211dcf8e96b7b15c0
3
+ metadata.gz: 684a750f24a6ee8464e5d0f9a8d97ddca456faad4370660a7cc89af4893f7e0e
4
+ data.tar.gz: f01d30c525b3a4dacb0fb2533580a45cc437eac597f26a907ccdb2a1784708e7
5
5
  SHA512:
6
- metadata.gz: 22229199613c3b999385d16b9ba274e6453929a36b86e832f4699f096dceeeec6b0e6d9201e0a5e2c870fed38ea6f44c76cba5b84c21a7ac16dd0f9b8ce7e186
7
- data.tar.gz: a46c96093621d0e759dffd4ee838aaffdb7ba1beb6477ced3fdc00b358fc094f6aa5cd235ee27741147c789bf2b0f2eeec7c4d424477549e11488bd87bffd3be
6
+ metadata.gz: 56fa2bab4641e1731846878b80af87d21150b9b66cff416cf1a58969fbcd5b8baf688c1e70a5440cb33518b7147761050511e253c5a7705769d9b72b601656c3
7
+ data.tar.gz: 8c1e81410e786b271a94a6850eb747b4908458565c116eeb3b62d9584cfd3fe0dcec8233cf7aeec7b549421e78513db7e07c623dcfdddf5e3ddcf395af89ec21
checksums.yaml.gz.sig CHANGED
Binary file
@@ -36,6 +36,8 @@ def update(path: "readme.md", documentation_url: nil)
36
36
  end
37
37
 
38
38
  File.write(path, readme.root.to_markdown)
39
+
40
+ return nil
39
41
  end
40
42
 
41
43
  private
@@ -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
+
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Utopia
7
7
  module Project
8
- VERSION = "0.35.1"
8
+ VERSION = "0.36.0"
9
9
  end
10
10
  end
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
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## v0.36.0
4
+
5
+ - Introduce `bake utopia:project:update` which invokes readme and agent context updates.
6
+
3
7
  ## v0.34.1
4
8
 
5
9
  - Fix schema for `index.yaml` context file.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utopia-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.1
4
+ version: 0.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file