rustledger-parser 0.5.2

Beancount parser with error recovery and full syntax support
Documentation
# Changelog

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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.5.2]https://github.com/rustledger/rustledger/compare/v0.5.1...v0.5.2 - 2026-01-20

### Miscellaneous

- update Cargo.toml dependencies

## [0.5.1]https://github.com/rustledger/rustledger/compare/v0.5.0...v0.5.1 - 2026-01-19

### Miscellaneous

- update Cargo.toml dependencies

## [0.5.0]https://github.com/rustledger/rustledger/compare/v0.4.0...v0.5.0 - 2026-01-19

### Bug Fixes

- *(parser)* support logos 0.16 greedy pattern warnings

### Features

- [**breaking**] upgrade to Rust 2024 edition and MSRV 1.85