Skip to content

Commit

Permalink
Prepare for v0.14.0 release (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
doorgan committed Sep 19, 2023
1 parent b0ec3cc commit c79f4be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ 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).

## v0.13.0 (2023-08-23)
## v0.14.0 (2023-09-19)

### 1. Enhancements
- [Sourceror.Zipper] Refactor `Zipper` to use a struct by @zachallaun in https://github.com/doorgan/sourceror/pull/98
- [Sourceror] Change `get_range/1` to allow returning `nil` by @zachallaun in https://github.com/doorgan/sourceror/pull/107parse_string` by @zachallaun in https://github.com/doorgan/sourceror/pull/104
- [Sourceror.Identifier] Add additional identification guards by @zachallaun in https://github.com/doorgan/sourceror/pull/108

### 2. Bug fixes
- [Sourceror] Fix `get_range` for complex module aliases (fixes #99) by @zachallaun in https://github.com/doorgan/sourceror/pull/100

- [Sourceror] Ensure `get_range` works for all syntax nodes parsed using `Sourceror.

## v0.12.3 (2023-03-21)
## v0.13.0 (2023-08-23)

The changelog for v0.12 releases can be found [in the 0.12
branch](https://github.com/doorgan/sourceror/blob/v0.12/CHANGELOG.md).
The changelog for v0.13 releases can be found [in the 0.13
branch](https://github.com/doorgan/sourceror/blob/v0.13/CHANGELOG.md).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add `:sourceror` as a dependency to your project's `mix.exs`:
```elixir
defp deps do
[
{:sourceror, "~> 0.13"}
{:sourceror, "~> 0.14"}
]
end
```
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 "0.13.0"
@version "0.14.0"

def project do
[
Expand Down

0 comments on commit c79f4be

Please sign in to comment.