Skip to content

Commit a50c194

Browse files
committed
Bump version to v1.2.1
1 parent f9614d8 commit a50c194

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [v1.2.1] - 2025-08-31
2+
3+
## 🚀 Release Notes
4+
5+
### 🐞 Bug Fixes
6+
- 🛠 Fixed issue #8 where after adding GUI, DependencySolver does not work anymore without tkinter installed even without --ui option.
7+
8+
### 🔄 Commit Changes Since Last Version (v1.2.0):
9+
- bugfix: Missing tkinter import on Linux (#8) (#9) (Joonas Kuisma)
10+
111
# [v1.2.0] - 2025-06-03
212

313
## 🚀 Release Notes

release_notes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
## 🚀 Release Notes
22

3-
### 🔥 What's New?
4-
- ✨ Feature 1: --randomize option: Enables randomized test order. (#5)
5-
- 🎉 Feature 2: --ui option: Launches a simple GUI (#6)
3+
### 🐞 Bug Fixes
4+
- 🛠 Fixed issue #8 where after adding GUI, DependencySolver does not work anymore without tkinter installed even without --ui option.

src/DependencySolver/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)