File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 env :
4040 ANACONDA_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
4141 run : |
42- anaconda -t $ANACONDA_TOKEN upload conda-bld/noarch/ununennium-*.tar.bz2 --label main
42+ anaconda -t $ANACONDA_TOKEN upload conda-bld/noarch/ununennium-* --label main
Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
2020---
2121
22+ ## [ 1.0.7] - 2025-12-16
23+
24+ ### Fixed
25+ - Resolved CI/CD pipeline issues caused by history rewrite for security.
26+ - Fixed Conda build dependency ` einops ` by adding ` conda-forge ` channel.
27+ - Updated repository workflow configuration to use secure GitHub Secrets.
28+
2229## [ 1.0.6] - 2025-12-16
2330
2431### Added
Original file line number Diff line number Diff line change 11{% set name = "ununennium" %}
2- {% set version = "1.0.6 " %}
2+ {% set version = "1.0.7 " %}
33
44package :
55 name : {{ name|lower }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " ununennium"
7- version = " 1.0.6 "
7+ version = " 1.0.7 "
88description = " Production-grade Python library for satellite and geospatial imagery machine learning"
99readme = " README.md"
1010license = " Apache-2.0"
Original file line number Diff line number Diff line change 11"""Package version."""
22
3- __version__ = "1.0.6 "
3+ __version__ = "1.0.7 "
You can’t perform that action at this time.
0 commit comments