Skip to content

Commit 217ba25

Browse files
committed
[55] Add changelog
1 parent 7d0c3af commit 217ba25

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project **only** adheres to the following _(as defined at [Semantic Versioning](https://semver.org/spec/v2.0.0.html))_:
7+
8+
> Given a version number MAJOR.MINOR.PATCH, increment the:
9+
>
10+
> - MAJOR version when you make incompatible API changes
11+
> - MINOR version when you add functionality in a backward compatible manner
12+
> - PATCH version when you make backward compatible bug fixes
13+
14+
## [0.1.0] - 2026-02-XX
15+
16+
This is the first release of the iRODS HTTP Python wrapper library.
17+
18+
The library is designed for use with the [iRODS HTTP API](https://github.com/irods/irods_client_http_api).
19+
20+
The library is not stable yet, but use and experimentation is encouraged.

0 commit comments

Comments
 (0)