Skip to content

Commit

Permalink
chore(release): 🔖 0.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed May 8, 2023
1 parent 390d3f9 commit 612b3d7
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 0.1.0-rc.1 (2023-05-08)


### Features

* added `regexp_to_pairs` function ([b13ebf4](https://github.com/arctic-hen7/forne/commit/b13ebf4e3e2724f065a47cc5cfc79f357fef78ae))
* added initial code ([b527d64](https://github.com/arctic-hen7/forne/commit/b527d6422c13b2e6c3eab28ece66f12f327ffa30))
* added regex manipulation utilities ([b8905aa](https://github.com/arctic-hen7/forne/commit/b8905aa6c5ffcf2e14f1209219a334d1fa7e9336))
* created adapters system ([1418581](https://github.com/arctic-hen7/forne/commit/1418581f18ba766e9d4e3f99fd542cfefbb96421))
* major refactor and redesign ([7d395da](https://github.com/arctic-hen7/forne/commit/7d395da0d94c417479fae1fdc52ffe93a4c571d4))


### Bug Fixes

* cleaned up ([9ab4d1f](https://github.com/arctic-hen7/forne/commit/9ab4d1fe198a2274ee65cbeebe84a813f960be48))
* fixed error messages for regex utils ([549ef8f](https://github.com/arctic-hen7/forne/commit/549ef8fd6427b99b13244982bb02e73d8503e651))
* fixed set creation and listing systems ([77999b1](https://github.com/arctic-hen7/forne/commit/77999b1658c09b4a88d2c907c02f45973d849657))
* fixed typos in readme ([c1b1541](https://github.com/arctic-hen7/forne/commit/c1b15415be3e82e0f290852480b95538ad81fa51))
* made learning and testing work fully ([560e7d1](https://github.com/arctic-hen7/forne/commit/560e7d14e08997ddedbe802a60ec41b84361b455))
* made terminal clearing be cross-platform ([bb1e6ef](https://github.com/arctic-hen7/forne/commit/bb1e6ef4dd43b3d1cdd903384095dd2279b7f6f8))


### Documentation Changes

* wrote full readme ([4106d7b](https://github.com/arctic-hen7/forne/commit/4106d7b68c6f54c89369fe5c5657bc1247703e3c))

0 comments on commit 612b3d7

Please sign in to comment.