Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
aplteam committed Mar 3, 2024
1 parent 8391efb commit 290d0c6
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions APLSource/Registry/History.apla
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
'* 0.105.0 ⋄ 2024-03-01'
'* 0.105.0 ⋄ 2024-03-03'
' * `]DeletePackage` renamed to `]DeletePackages`'
' * `]DeletePackages` now accepts an incomplete package ID and works out group name and list of packages'
' fitting the input before attempting to delete it'
Expand All @@ -12,7 +12,8 @@
' * New version of MarkAPL integrated with a bug fix in the dark print theme'
' * Bug fixes'
' * `UpdateClient` appeared to hang once the new release notes were shown in the default browser (#186)'
' * Instructions for installing and updating Tatin corrected and polished'
' * Instructions for installing and updating Tatin corrected and polished '
' * Initializing process of Tatin is now more robust'
'* 0.104.1 ⋄ 2024-01-27'
' * No instance of the UserSettings class is any longer distributed with the Client workspace'
' * Sending ZIPped data is no longer Base64-encoded but declared as binary data with the HTTP header "Content-Type".'
Expand Down
2 changes: 1 addition & 1 deletion APLSource/Registry/Version.aplf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rVersion
See also `History`
r'Tatin' '0.105.0-beta-8+1784' '2024-03-02'
r'Tatin' '0.105.0+1785' '2024-03-03'
2 changes: 1 addition & 1 deletion TestData/Build/Default/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "APLSource/Seven7Zip.aplc",
tags: "zip-tools",
userCommandScript: "",
version: "9.0.1+333",
version: "9.0.1+335",
}
2 changes: 1 addition & 1 deletion TestData/Build/Special/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "APLSource/Seven7Zip.aplc",
tags: "zip-tools",
userCommandScript: "",
version: "9.0.1+462",
version: "9.0.1+465",
}
2 changes: 1 addition & 1 deletion TestData/Build/UserCommand/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "APLSource/APLGit2ForTests",
tags: "apl-git-interface",
userCommandScript: "APLSource/APLGit2ForTests_UC.dyalog",
version: "0.9.0+370",
version: "0.9.0+371",
}
2 changes: 1 addition & 1 deletion TestData/DifferentCase/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "APLprocess.aplc",
tags: "process",
userCommandScript: "",
version: "20.99.99+2731",
version: "20.99.99+2732",
}
2 changes: 1 addition & 1 deletion TestData/Source/APLTree/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "APLTreeUtils.apln",
tags: "",
userCommandScript: "",
version: "6.0.0+153",
version: "6.0.0+154",
}
2 changes: 1 addition & 1 deletion TestData/Source/F-D/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "FilesAndDirs.aplc",
tags: "",
userCommandScript: "",
version: "3.0.0+153",
version: "3.0.0+154",
}
2 changes: 1 addition & 1 deletion TestData/Source/OS/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "OS.aplc",
tags: "foo,boo",
userCommandScript: "",
version: "2.0.0+474",
version: "2.0.0+477",
}
2 changes: 1 addition & 1 deletion TestData/tatin-client.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ registries: [ { alias: "local", api_key: "", port: 0, priority: 1000, uri: "C:\\Users\\kai\\AppData\\Local\\Temp\\Tatin-Test-Registry_200259977_0", }, { alias: "tatin", api_key: "", port: 0, priority: 100, uri: "https://tatin.dev/", }, { alias: "localhost", api_key: "Test-API-Key", port: 5001, priority: 90, uri: "https://localhost/", }, { alias: "tatin-test", api_key: "Tatin-Test-API-Key", port: 0, priority: 0, uri: "https://test.tatin.dev/", }, ], source: "",}
{ registries: [ { alias: "local", api_key: "", port: 0, priority: 1000, uri: "C:\\Users\\kai\\AppData\\Local\\Temp\\Tatin-Test-Registry_18103639_0", }, { alias: "tatin", api_key: "", port: 0, priority: 100, uri: "https://tatin.dev/", }, { alias: "localhost", api_key: "Test-API-Key", port: 5001, priority: 90, uri: "https://localhost/", }, { alias: "tatin-test", api_key: "Tatin-Test-API-Key", port: 0, priority: 0, uri: "https://test.tatin.dev/", }, ], source: "",}
Expand Down

0 comments on commit 290d0c6

Please sign in to comment.