Skip to content

Commit

Permalink
relese 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesuiter committed Oct 21, 2024
1 parent 5885563 commit 7650ba2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,21 @@ await process.waitForExit();
## Credits

- draw inspiration from [deno_simple_exec](https://github.com/codemonument/deno_simple_exec)

---

# Changelog

## 0.1.1 - 2024-10-21

- improved documentation, as suggested by jsr

## 0.1.0 - 2024-10-21 - initial release

Features:

- creating a puppet process with deno
- sending input to the process
- receiving output from the process
- waiting for the process to finish
- killing the process
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemonument/puppet-process",
"version": "0.1.0",
"version": "0.1.1",
"exports": {
".": "./src/shared/mod.ts",
"./deno": "./src/deno/mod.ts",
Expand Down

0 comments on commit 7650ba2

Please sign in to comment.