# Changelog

All notable changes to this project will be documented in this file.

## [0.9.1] - 2026-04-15

### 🚀 Features

- Display existing templates on mod.new template not found

### 🧪 Testing

- Fix flaky test in subapp
- Remove duplicate usage of test files

### ⚙️ Miscellaneous Tasks

- Do not ship priv/ on hex
- Regenerate CLI code

## [0.9.0] - 2026-04-13

### 🚀 Features

- [**breaking**] New templates system and mod.new command

## [0.8.1] - 2025-11-15

### 🐛 Bug Fixes

- Do not warn on multiple module files if all ignored

## [0.8.0] - 2025-09-15

### 🚀 Features

- Added support for custom snake-casing of names
- Allow to relocate a single module with mix mod.relocate

### 🧪 Testing

- Fix creation of test subapp in CI

### ⚙️ Miscellaneous Tasks

- Ignore demo app in CI dependency submission
- Upgraded embedded CLI

## [0.7.0] - 2025-05-16

### 🚀 Features

- Embedded cli_mate generated code

### ⚙️ Miscellaneous Tasks

- Update Elixir Github workflow (#16)

## [0.6.2] - 2025-03-24

### 🐛 Bug Fixes

- Ignore Erlang modules when relocating

### ⚙️ Miscellaneous Tasks

- Update dependabot config (#2)
- Update CI config (#3)
- Update dependabot config (#8)

## [0.6.1] - 2024-11-18

### 🐛 Bug Fixes

- Shortdoc for mod.new

## [0.6.0] - 2024-06-20

### 🐛 Bug Fixes

- Allow any module name in mix.exs file

### 📚 Documentation

- Fix warnings in docs generation

## [0.5.1] - 2023-09-18

### 🚀 Features

- Allow to ignore a mount point

## [0.1.1] - 2022-04-13

