Skip to content

Commit a970712

Browse files
committed
Version 1.7.1
1 parent 439cadb commit a970712

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
ITables ChangeLog
22
=================
33

4+
1.7.1 (2024-03-05)
5+
------------------
6+
7+
**Fixed**
8+
- The select and search box now use a white font in VS Code (dark mode) ([#232](https://github.com/mwouts/itables/issues/232), [#156](https://github.com/mwouts/itables/issues/156), [#103](https://github.com/mwouts/itables/issues/103))
9+
10+
**Added**
11+
- We have added a check to make sure any `tableId` provided by the user is valid ([#233](https://github.com/mwouts/itables/issues/233))
12+
13+
414
1.7.0 (2024-02-09)
515
------------------
616

itables/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ITables' version number"""
22

3-
__version__ = "1.7.0"
3+
__version__ = "1.7.1"

0 commit comments

Comments
 (0)