Skip to content

Commit 63bc6b4

Browse files
authored
Merge pull request #258 from github/readme-fix
Update Specify definition
2 parents 6e94588 + 70b3db2 commit 63bc6b4

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "specify-cli"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Setup tool for Specify spec-driven development projects"
55
requires-python = ">=3.11"
66
dependencies = [
77
"typer",
88
"rich",
9-
"httpx",
9+
"httpx[socks]",
1010
"platformdirs",
1111
"readchar",
1212
"truststore>=0.10.4",

0 commit comments

Comments
 (0)