Skip to content

Commit

Permalink
Bump version and update changelog (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
doorgan committed Nov 6, 2023
1 parent 5c126a0 commit 4e036ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.1410 (2023-11-06)

### 1. Bug fixes
- [Sourceror] Handle unqualified double-parenthesis calls in `get_range` by @zachallaun in https://github.com/doorgan/sourceror/pull/111

## v0.14.0 (2023-09-19)

### 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 "0.14.0"
@version "0.14.1"

def project do
[
Expand Down

0 comments on commit 4e036ba

Please sign in to comment.