Skip to content

Commit

Permalink
Release version v1.0.1565
Browse files Browse the repository at this point in the history
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1565/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gt4gemstone@3eafc4 by Alistair Grant
[#4347] GtRsrVersionedEvaluator>>startEvaluateAsyncScript: set the current GS session for the wire encoder
  • Loading branch information
Jenkins committed Mar 10, 2025
1 parent 40d06db commit 3271226
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .baseline-metadata.ston
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"github://feenkcom/gtoolkit-phlow/src" : "v0.8.1572",
"github://feenkcom/gtoolkit-constrainer/src" : "v0.8.17",
"github://feenkcom/gt4changes/src" : "v0.6.1034",
"github://feenkcom/gt4gemstone/src" : "v0.6.2870",
"github://feenkcom/gt4gemstone/src" : "v0.6.2871",
"github://feenkcom/gt4python/src" : "v0.6.1115",
"github://feenkcom/gt4openapi/src" : "v0.6.12",
"github://feenkcom/gtoolkit-remote/src" : "v0.8.1918",
Expand Down
6 changes: 3 additions & 3 deletions src/BaselineOfGToolkit/BaselineOfGToolkit.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ BaselineOfGToolkit >> baseline: spec [
spec repository: 'github://feenkcom/gtoolkit-presenter:v0.8.2176/src' ].
spec
baseline: 'GToolkitTranscript' with: [
spec repository: 'github://feenkcom/gtoolkit:v1.0.1564/src' ].
spec repository: 'github://feenkcom/gtoolkit:v1.0.1565/src' ].
spec
baseline: 'GToolkitDebugger' with: [
spec repository: 'github://feenkcom/gtoolkit-debugger:v0.8.2641/src' ].
Expand Down Expand Up @@ -145,7 +145,7 @@ BaselineOfGToolkit >> baseline: spec [
spec repository: 'github://feenkcom/gt4python:v0.6.1115/src' ].
spec
baseline: 'GtGemstoneClient' with: [
spec repository: 'github://feenkcom/gt4gemstone:v0.6.2870/src' ].
spec repository: 'github://feenkcom/gt4gemstone:v0.6.2871/src' ].
spec
baseline: 'GToolkit4Git' with: [
spec repository: 'github://feenkcom/gt4git:v0.8.1388/src' ].
Expand Down Expand Up @@ -175,7 +175,7 @@ BaselineOfGToolkit >> baseline: spec [
spec repository: 'github://feenkcom/gtoolkit-remote:v0.8.1918/src' ].
spec
baseline: 'GToolkitMorphic' with: [
spec repository: 'github://feenkcom/gtoolkit:v1.0.1564/src' ].
spec repository: 'github://feenkcom/gtoolkit:v1.0.1565/src' ].
spec
baseline: 'BlocExtensions' with: [
spec repository: 'github://feenkcom/Bloc:v0.8.780/src' ].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ BaselineOfGToolkitForPharo9 >> baseline: spec [
spec postLoadDoIt: #'postLoadGToolkit:'.
spec
baseline: 'GToolkitPrerequisites' with: [
spec repository: 'github://feenkcom/gtoolkit:v1.0.1564/src' ].
spec repository: 'github://feenkcom/gtoolkit:v1.0.1565/src' ].
spec
baseline: 'GToolkit' with: [
spec repository: 'github://feenkcom/gtoolkit:v1.0.1564/src' ].
spec repository: 'github://feenkcom/gtoolkit:v1.0.1565/src' ].

spec package: 'GToolkit-PharoOverrides-Debugger' with: [
spec requires: #(#GToolkitPrerequisites #GToolkit) ].
Expand Down

0 comments on commit 3271226

Please sign in to comment.