Skip to content

Commit eeff757

Browse files
authored
Prepare for initial release
1 parent 3733520 commit eeff757

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.1.0] - 2026-05-06
99

1010
- Initial release.
11+
12+
[0.1.0]: https://github.com/brews/brews/releases/tag/v0.1.0

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,19 @@ transformed = isku.extract_regions(
139139

140140
## Installation
141141

142-
Install the unreleased bleeding-edge version of the package with:
142+
Using `pip` you can install this package with
143+
144+
```
145+
pip install isku
146+
```
147+
148+
for a `uv` project this is
149+
150+
```
151+
uv add isku
152+
```
153+
154+
Install the unreleased and unstable bleeding-edge version of the package with:
143155

144156
```shell
145157
pip install git+https://github.com/brews/isku
@@ -159,3 +171,6 @@ Yes.
159171

160172
`isku` is open-source software made available under the terms of either the MIT License or the Apache License 2.0, at your option.
161173

174+
See CONTRIBUTING.md if you would like to contribute.
175+
176+
Changes for each release are summarized in CHANGELOG.md.

0 commit comments

Comments
 (0)