Skip to content

Commit 11558c8

Browse files
authored
release: v0.1.19 (#29)
New: `revive doctor` (#27) — sanity-check command for installs. Now-dogfooded: this repo commits its own .revive/static.md (#28). No behavior change to refresh/show/init/suggest/audit since v0.1.18.
1 parent 3256a66 commit 11558c8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ works on any dev machine without installing a language toolchain.
277277

278278
## Status
279279

280-
Pre-alpha. Weekend MVP in active dogfooding. **v0.1.18**README rewrite
281-
(action-first), CI on every PR (shellcheck + 111 bats tests); see
280+
Pre-alpha. Weekend MVP in active dogfooding. **v0.1.19**`revive doctor`
281+
sanity-check command; the repo now dogfoods its own static.md; see
282282
[Releases](https://github.com/justi/context-revive/releases) for history.
283283

284284
## License

bin/revive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/justi/context-revive
44
set -euo pipefail
55

6-
VERSION="0.1.18"
6+
VERSION="0.1.19"
77
STATIC_FILE=".revive/static.md"
88
COMMANDS_FILE=".revive/commands.md"
99
BRIEF_CHAR_BUDGET=2200

0 commit comments

Comments
 (0)