Skip to content

Commit

Permalink
version bump and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
oribarilan committed Jan 13, 2024
1 parent 38c5d25 commit ff54a92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/reference/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes (What's New) 🤩

## v1.13.0
* 🌟 **At** - new [at method](code_api/materializer_methods.md#fliq.query.Query.at) for getting the element at a specific index.


## v1.12.0

* 🌟 **Slide** - new [slide method](code_api/mapper_methods.md#fliq.query.Query.slide) for creating
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fliq"
version = "1.12.0"
version = "1.13.0"
description = "Fluent-based Lazily-evaluated Integrated Query for Python"
readme = "README.md"
authors = [{ name = "Ori Bar-ilan", email = "python.oplog@gmail.com" }]
Expand Down

0 comments on commit ff54a92

Please sign in to comment.