Skip to content

Commit 6125164

Browse files
committed
Release 2.7.0
1 parent d9a86ca commit 6125164

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Quokka follows [Semantic Versioning](https://semver.org) and
44
[Common Changelog: Guiding Principles](https://common-changelog.org/#12-guiding-principles)
55

6+
## [2.7.0] - 2025-06-15
7+
8+
### Improvements
9+
10+
- Add rewrites for ExpensiveEmptyEnumCheck
11+
612
## [2.6.0] - 2025-04-17
713

814
### Improvements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add `:quokka` as a dependency to your project's `mix.exs`:
2424
```elixir
2525
def deps do
2626
[
27-
{:quokka, "~> 2.6", only: [:dev, :test], runtime: false},
27+
{:quokka, "~> 2.7", only: [:dev, :test], runtime: false},
2828
]
2929
end
3030
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defmodule Quokka.MixProject do
1313
use Mix.Project
1414

1515
# Don't forget to bump the README when doing non-patch version changes
16-
@version "2.6.0"
16+
@version "2.7.0"
1717
@url "https://github.com/smartrent/quokka"
1818

1919
def project() do

0 commit comments

Comments
 (0)