diff --git a/pyproject.toml b/pyproject.toml index 857f171..79d8fd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "qwlist" -version = "1.2.0" +version = "1.3.0" authors = [ { name="Witold Frącek" }, ] diff --git a/src/todo.md b/src/todo.md index 791ae10..a236e57 100644 --- a/src/todo.md +++ b/src/todo.md @@ -1,73 +1,4 @@ -QList, Lazy, EagerQList -### take_while -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -### all -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -### any -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -### scan -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -### min -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -### max -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -### sum -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -### full_flatten -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -### merge -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -### chain -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -### batch -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -### batch_by -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -### window -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -### iter -[x] [x] [x] implemented \ -[x] [x] [x] documented \ -[x] [x] [x] tested - -w assertach jest res == expected -^ kolejność \ No newline at end of file +git add . +git commit -m "Your commit message" +git tag -a v1.0 -m "Tag message" +git push origin main --tags