Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpkowastaken committed Jan 22, 2024
1 parent 2810081 commit 0c806eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 4.0.0

- BREAKING: Přechod z `Future.error` na `enum` v `canteen_lib_exceptions.dart`
- BREAKING: `objednat` a `doBurzy` vrací `Jidelnicek` místo `Jidlo`
- BREAKING: Přechod z `Future.error("String")` na `Future.error(enum)` v `canteen_lib_exceptions.dart`
- BREAKING: `objednat`, `doBurzy` a `objednatZBurzy` vrací `Jidelnicek` místo `Jidlo`

## 3.1.0

Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: canteenlib
description: Library for communication with the czech canteen food ordering system iCanteen
version: 3.0.6
repository: "https://github.com/tpkowastaken/canteenlib"
issue_tracker: "https://github.com/tpkowastaken/canteenlib/issues"
version: 4.0.0
repository: "https://github.com/Autojidelna/canteenlib"
issue_tracker: "https://github.com/Autojidelna/canteenlib/issues"

environment:
sdk: ">=2.16.1 <4.0.0"

dev_dependencies:
dotenv: ^4.0.1
lints: ^2.0.0
lints: ^3.0.0
test: ^1.16.0
dependencies:
http: ^1.1.0
Expand Down

0 comments on commit 0c806eb

Please sign in to comment.