diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d931b..7a431b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,19 @@ The format is inspired on [Keep a Changelog](https://keepachangelog.com/en/1.0.0 This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 1.0.0b0 - 15-04-2023 +### Added +- Improving docs. +- Functional test of examples. + ### Changed - Readers are now independent tasks. Instead of having a File task that uses readers we have a ReadCsv task, a ReadJson task... One per each format. This removes a lot of complexity. +- Paths are relative to the config file they are defined. -## 1.0.0a1 - 02-03-2023 +## 1.0.0a1 - 02-04-2023 ### Added - Loading files relative to the configuration file. - Adding `mnemocards_anki.Pronounce`: task for pronouncing text using Google diff --git a/pyproject.toml b/pyproject.toml index 6810d22..ad7b4f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mnemocards" -version = "1.0.0a1" +version = "1.0.0b0" description = "In addition to helping you memorise, this code helps you do other things that I don't remember..." packages = [ { include = "mnemocards", from = "src" },