Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading