Skip to content

Commit b679fe4

Browse files
authored
🔀 Merge pull request #129 from davep/uv-tweaks
Tidying up the move to uv
2 parents be6c4c9 + ea08c10 commit b679fe4

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Hike ChangeLog
22

3+
## Unreleased
4+
5+
**Released: WiP**
6+
7+
- Migrated from `rye` to `uv` for development management.
8+
([#123](https://github.com/davep/hike/pull/123)/[#128](https://github.com/davep/hike/pull/128)
9+
with thanks to [@hugovk](https://github.com/hugovk))
10+
- Added Python 3.14 as a tested/supported Python version.
11+
([#124](https://github.com/davep/hike/pull/124) with thanks to
12+
[@hugovk](https://github.com/hugovk))
13+
314
## v1.1.2
415

516
**Released: 2025-08-08**

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ setup: # Set up the repository for development
4242

4343
.PHONY: update
4444
update: # Update all dependencies
45-
$(sync) --update-all
45+
$(sync) --upgrade
4646

4747
.PHONY: resetup
4848
resetup: realclean # Recreate the virtual environment from scratch

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hike"
3-
version = "1.1.2.6"
3+
version = "1.1.2"
44
description = "A Markdown browser for the terminal"
55
authors = [
66
{ name = "Dave Pearson", email = "[email protected]" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)