diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df56c1..45a92d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,8 @@ Follows [Semantic Versioning](https://semver.org/). Gem version mirrors the vend --- -## v0.10.3.0 / TBD +## v0.10.3.0 / 18 August 2026 ### Added -* Initial release. All 107 Herb lint rules and autofix, no Node required. +* Initial release. All 100 Herb lint rules and autofix, no Node required. diff --git a/README.md b/README.md index 2f5d9c1..4005190 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,22 @@ Node anywhere. Full rationale and scope in [CHARTER.md](CHARTER.md). ## Install -Not yet published to rubygems.org — add it straight from GitHub: - ```ruby # Gemfile -gem "herb-embedded", git: "https://github.com/defmethodinc/herb-embedded.git" +gem "herb-embedded" ``` ```bash bundle install ``` -Or build and install it locally from a clone: +Or without Bundler: + +```bash +gem install herb-embedded +``` + +To try an unreleased change from a clone instead of the published gem: ```bash git clone https://github.com/defmethodinc/herb-embedded.git