File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to the Specify CLI will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.0.4] - 2025-09-14
11+
12+ ### Added
13+
14+ - SOCKS proxy support for corporate environments via ` httpx[socks] ` dependency
15+
16+ ### Fixed
17+
18+ N/A
19+
20+ ### Changed
21+
22+ N/A
Original file line number Diff line number Diff line change 11[project ]
22name = " specify-cli"
3- version = " 0.0.3 "
3+ version = " 0.0.4 "
44description = " Setup tool for Specify spec-driven development projects"
55requires-python = " >=3.11"
66dependencies = [
77 " typer" ,
88 " rich" ,
9- " httpx" ,
9+ " httpx[socks] " ,
1010 " platformdirs" ,
1111 " readchar" ,
1212 " truststore>=0.10.4" ,
You can’t perform that action at this time.
0 commit comments