CHANGELOG.md

# Changelog for Sourceror v0.13

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)

### 1. Enhancements
  - [Sourceror.Zipper] Refactor `Zipper` to use a struct by @zachallaun in https://github.com/doorgan/sourceror/pull/98

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


## v0.12.3 (2023-03-21)

The changelog for v0.12 releases can be found [in the 0.12
branch](https://github.com/doorgan/sourceror/blob/v0.12/CHANGELOG.md).