Skip to content

Commit

Permalink
🔖 Changelog entry for v0.1.0 (#16)
Browse files Browse the repository at this point in the history
🎉 First minor release of zen3geo.

* 🔖 Changelog entry for v0.1.0

First minor release of zen3geo.

* ⬆️ Bump zen3geo from 0.0.0 to 0.1.0

Bumps [zen3geo](https://github.com/weiji14/zen3geo) from 0.0.0 to 0.1.0.
- [Release notes](https://github.com/weiji14/zen3geo/releases)
- [Changelog](https://github.com/weiji14/zen3geo/blob/main/docs/changelog.md)
- [Commits](v0.0.0...v0.1.0)

* 🚑 Patch publish-to-pypi workflow to remove sha string

Need to be ran always, not only on tagged versions!
  • Loading branch information
weiji14 committed Jun 8, 2022
1 parent f08ace2 commit 4d1fa95
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
poetry self add poetry-dynamic-versioning-plugin
poetry show
- name: Fix up version string for TestPyPI
if: ${{ !startsWith(github.ref, 'refs/tags') }}
- name: Fix up version string for TestPyPI and PyPI
run: |
# Change poetry-dynamic-versioning to use metadata=false so that the
# local part of the version isn't included, making the version string
Expand All @@ -63,6 +62,7 @@ jobs:
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true

- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
Expand Down
2 changes: 2 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ chapters:
file: walkthrough
- title: 📖 API Reference
file: api
- title: 📆 Changelog
file: changelog
- title: 🫶 Code of Conduct
file: CODE_OF_CONDUCT
- title: 🧑‍🤝‍🧑 Contributing
Expand Down
30 changes: 30 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

## Release v0.1.0 (2022/06/08)

### 💫 Highlights

* 🎉 **First release of zen3geo** 🎉
* 🚸 Walkthrough on using RioXarray IterDataPipes at https://zen3geo.readthedocs.io/en/latest/walkthrough.html ([#8](https://github.com/weiji14/zen3geo/pull/8))

### 🚀 Features

* ✨ Introducing RioXarrayReaderIterDataPipe for reading GeoTIFFs ([#6](https://github.com/weiji14/zen3geo/pull/6))

### 📖 Documentation

* 🔧 Configure readthedocs documentation build ([#13](https://github.com/weiji14/zen3geo/pull/13))
* 💬 Show how to convert xarray.DataArray to torch.Tensor ([#9](https://github.com/weiji14/zen3geo/pull/9))
* 📝 Add basic installation instructions ([#7](https://github.com/weiji14/zen3geo/pull/7))
* 👥 Healthy community standards ([#4](https://github.com/weiji14/zen3geo/pull/4))

### 🧰 Maintenance

* 📦 Publish to TestPyPI and PyPI using GitHub Actions ([#14](https://github.com/weiji14/zen3geo/pull/14))
* 🧑‍💻 Draft changelog with Release Drafter GitHub Actions ([#11](https://github.com/weiji14/zen3geo/pull/11))
* 👷 Setup GitHub Actions Continuous Integration tests ([#2](https://github.com/weiji14/zen3geo/pull/2))
* 🌱 Initialize pyproject.toml file ([#1](https://github.com/weiji14/zen3geo/pull/1))

### 🧑‍🤝‍🧑 Contributors

[@weiji14](https://github.com/weiji14)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zen3geo"
version = "0.0.0"
version = "0.1.0"
description = "The 🌏 data science library you've been waiting for~"
authors = ["Wei Ji <23487320+weiji14@users.noreply.github.com>"]
license = "LGPL-3.0-or-later"
Expand Down

0 comments on commit 4d1fa95

Please sign in to comment.