Skip to content

Commit

Permalink
bump version 1.0.0b0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
guiferviz authored Apr 16, 2023
1 parent 76177ca commit 31d47f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down

0 comments on commit 31d47f6

Please sign in to comment.