Skip to content

Commit 260a925

Browse files
chore(main): release dataorc 0.3.0 (#72)
🤖 I have created a release *beep* *boop* --- ## [0.3.0](dataorc-v0.2.0...dataorc-v0.3.0) (2026-02-16) ### Features * **utils:** add AdlsLakeFileSystem for Azure Data Lake Storage ([#70](#70)) ([e8f233d](e8f233d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e8f233d commit 260a925

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.0","packages/dataorc-utils":"0.5.0"}
1+
{".":"0.3.0","packages/dataorc-utils":"0.5.0"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/equinor/dataorc/compare/dataorc-v0.2.0...dataorc-v0.3.0) (2026-02-16)
4+
5+
6+
### Features
7+
8+
* **utils:** add AdlsLakeFileSystem for Azure Data Lake Storage ([#70](https://github.com/equinor/dataorc/issues/70)) ([e8f233d](https://github.com/equinor/dataorc/commit/e8f233d540e84891dea537aaf473d63165aaf1bd))
9+
310
## [0.2.0](https://github.com/equinor/dataorc/compare/dataorc-v0.1.1...dataorc-v0.2.0) (2026-02-05)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "dataorc"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
license = "MIT"
99
license-files = ["LICENSE"]
1010

src/dataorc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)