Skip to content

Commit

Permalink
Bumps version to 0.1.3 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: tconbeer <[email protected]>
  • Loading branch information
github-actions[bot] and tconbeer authored Oct 9, 2023
1 parent 257f5d7 commit 92b9195
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.1.3] - 2023-10-09

- Fixes a crash when creating a column from a null or complex type.

## [0.1.2] - 2023-10-02
Expand All @@ -16,7 +18,9 @@ All notable changes to this project will be documented in this file.

- Initial release. Adds DataTable and ArrowBackend, which is 1000x faster for datasets of 500k records or more.

[Unreleased]: https://github.com/tconbeer/textual-fastdatatable/compare/0.1.2...HEAD
[Unreleased]: https://github.com/tconbeer/textual-fastdatatable/compare/0.1.3...HEAD

[0.1.3]: https://github.com/tconbeer/textual-fastdatatable/compare/0.1.2...0.1.3

[0.1.2]: https://github.com/tconbeer/textual-fastdatatable/compare/0.1.1...0.1.2

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 = "textual-fastdatatable"
version = "0.1.2"
version = "0.1.3"
description = "A performance-focused reimplementation of Textual's DataTable widget, with a pluggable data storage backend."
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 92b9195

Please sign in to comment.