File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments