Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doorgan committed Nov 1, 2024
1 parent cb99192 commit 485026d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.7.0 (2024-11-29)
## v1.7.1 (2024-11-1)

### 1. Bug fixes

- [Sourceror.Zipper] Fixed `search_pattern/2` and `move_to_cursor/2` returning false
positives in the presence of `__cursor__()`

## v1.7.0 (2024-10-29)

### 1. Enhancements

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

@repo_url "https://github.com/doorgan/sourceror"
@version "1.7.0"
@version "1.7.1"

def project do
[
Expand Down

0 comments on commit 485026d

Please sign in to comment.