Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hissssst committed Jul 29, 2024
1 parent 2c9e4f0 commit 698a1bf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.6.0

**Breaking**

All of these are bug fixes, that's why we only bump the minor version

* Fixes bug with `-1` incorrectly appending when used in nested lenses
* Now error is raised when modifier conflicts with path definition

**Non-breaking**

* Slightly improved docs
* Added docs for Elixir 1.17

## 2.5.3

**Breaking**
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Pathex.MixProject do
use Mix.Project

@version "2.5.3"
@version "2.6.0"

def project do
[
Expand Down

0 comments on commit 698a1bf

Please sign in to comment.