Skip to main content

CHANGELOG.md

# Changelog

## 0.4.1 (2026-06-05)

### Fixes

- Update `README.md`
- Include `CHANGELOG.md` in published hex package files

## 0.4.0 (2026-06-05)

Forked from the original [mock](https://github.com/jjh42/mock) library and published as `:exmock`.

### Enhancements

- Rename package from `:mock` to `:exmock`
- Update dependencies to latest versions (meck 1.2, ex_doc 0.40.3, excoveralls 0.18.5)
- Drop support for Elixir < 1.18 and OTP < 27
- Remove unused `markdown` dev dependency
- Replace Travis CI with GitHub Actions (tests against Elixir 1.18–1.20 / OTP 27–29)
- Switch to `.tool-versions` for local Elixir/OTP version pinning