Skip to content

Commit

Permalink
docs(CHANGES) Note libvcs 0.35.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 22, 2025
1 parent 970ed35 commit 6fa11a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force

### Development

#### libvcs: 0.34.0 -> 0.35.0 (#461)

Internally, this libvcs will use `text=True` in subprocess, and deal only with
unicode. Before this change, handling bytestrings was supported.

#### chore: Implement PEP 563 deferred annotation resolution (#459)

- Add `from __future__ import annotations` to defer annotation resolution and reduce unnecessary runtime computations during type checking.
Expand Down

0 comments on commit 6fa11a1

Please sign in to comment.