From e4d68a97a7e1a4cca9dba87e418a725a0a28d802 Mon Sep 17 00:00:00 2001 From: release-plz Date: Mon, 14 Aug 2023 20:58:51 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d72e5..4f9af08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/vortex-design/bem/compare/v0.1.1...v0.2.0) - 2023-08-14 + +### Added +- *(parser)* rename `parse_bem` function to `parse` ([#6](https://github.com/vortex-design/bem/pull/6)) + ## [0.1.1](https://github.com/vortex-design/bem/compare/v0.1.0...v0.1.1) - 2023-08-14 ### Added diff --git a/Cargo.toml b/Cargo.toml index 6c16ea2..ff429e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bem" -version = "0.1.1" +version = "0.2.0" authors = ["vortex.design"] edition = "2021" description = "Parser for the BEM file format (Block, Element, Modifier)"