Skip to content

Commit

Permalink
Release 1.0.0-rc.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Apr 14, 2024
1 parent 0475743 commit d8b4325
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application.meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

const Application = {
name: "pup",
version: "1.0.0-rc.18",
version: "1.0.0-rc.19",
url: "jsr:@pup/pup@$VERSION",
canary_url: "https://raw.githubusercontent.com/Hexagon/pup/main/pup.ts",
deno: null, /* Minimum stable version of Deno required to run Pup (without --unstable-* flags) */
Expand Down
5 changes: 3 additions & 2 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ nav_order: 13

All notable changes to this project will be documented in this section.

## [1.0.0-rc.19] - Unreleased
## [1.0.0-rc.19] - 2024-04-14

- chore(core): Make environment variable code cross-runtime.
- fix(core): Fix issue with PATH variable in process runner.
- chore(core): Make code related to environment variables cross-runtime.
- change(cli): Revert cli command `foreground` to `run`

## [1.0.0-rc.18] - 2024-04-14
Expand Down
14 changes: 14 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
"canary_url": "https://raw.githubusercontent.com/Hexagon/pup/main/pup.ts",
"stable": [],
"prerelease": [
{
"version": "1.0.0-rc.19",
"url": "jsr:@pup/[email protected]",
"deno": null,
"deno_unstable": "1.42.0",
"default_permissions": [
"--allow-env",
"--allow-read",
"--allow-write",
"--allow-sys=loadavg,systemMemoryInfo,osUptime,osRelease",
"--allow-net",
"--allow-run"
]
},
{
"version": "1.0.0-rc.18",
"url": "jsr:@pup/[email protected]",
Expand Down

0 comments on commit d8b4325

Please sign in to comment.