Skip to content

Commit 27bfffb

Browse files
committed
Tag and release v0.15.0
1 parent 5fdb9a5 commit 27bfffb

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.15.0
3+
## v0.15.0 (2026-06-08)
44

55
### Breaking changes
66

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ For list or grid layouts:
8080

8181
## Documentation
8282

83-
- **[Getting Started](https://hexdocs.pm/cinder/getting-started.html)** - Basic usage, layouts, column configuration, and theming
84-
- **[Filters](https://hexdocs.pm/cinder/filters.html)** - Filter types, search, and custom controls layout
85-
- **[Sorting](https://hexdocs.pm/cinder/sorting.html)** - Sort cycles, modes, and defaults
86-
- **[Advanced Features](https://hexdocs.pm/cinder/advanced.html)** - URL state, relationships, refresh, performance, and bulk actions
87-
- **[Theming Guide](https://hexdocs.pm/cinder/theming.html)** - Built-in themes and custom theme creation
88-
- **[Localization Guide](https://hexdocs.pm/cinder/localization.html)** - Internationalization support
89-
- **[Upgrading Guide](https://hexdocs.pm/cinder/upgrading.html)** - Migration instructions from older versions
90-
- **[HexDocs](https://hexdocs.pm/cinder)** - Full API reference
83+
- **[Getting Started](https://cinder.hexdocs.pm/getting-started.html)** - Basic usage, layouts, column configuration, and theming
84+
- **[Filters](https://cinder.hexdocs.pm/filters.html)** - Filter types, search, and custom controls layout
85+
- **[Sorting](https://cinder.hexdocs.pm/sorting.html)** - Sort cycles, modes, and defaults
86+
- **[Advanced Features](https://cinder.hexdocs.pm/advanced.html)** - URL state, relationships, refresh, performance, and bulk actions
87+
- **[Theming Guide](https://cinder.hexdocs.pm/theming.html)** - Built-in themes and custom theme creation
88+
- **[Localization Guide](https://cinder.hexdocs.pm/localization.html)** - Internationalization support
89+
- **[Upgrading Guide](https://cinder.hexdocs.pm/upgrading.html)** - Migration instructions from older versions
90+
- **[HexDocs](https://cinder.hexdocs.pm/)** - Full API reference
9191

9292
## Requirements
9393

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Cinder.MixProject do
22
use Mix.Project
33

4-
@version "0.14.0"
4+
@version "0.15.0"
55
@source_url "https://github.com/sevenseacat/cinder"
66

77
def project do

0 commit comments

Comments
 (0)