Skip to content

Commit

Permalink
version 0.4.0; update CHANGELOG.md (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth authored Jan 30, 2024
1 parent c66c0ab commit 732c9b2
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 99 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 0.4.0 (2024-01-29)

### Enhancements

* Add --compact-json/--no-compact-json option, default to compact. (#120)
* Add an `index` subcommand using conda's new subcommand plugin hook, allowing
`conda index` instead of `python -m conda_index`. Note the [CLI has
changed](https://conda.github.io/conda-index/cli.html) compared to old
`conda-index`. When `conda-build < 24.1.0` is installed, the older
`conda-index` code will still be used instead of this plugin. (#81 via #131)

### Bug fixes

* Check size in addition to mtime when deciding which packages to
index. (#108)
* Update cached index.json, not just stat values, for
changed packages that are already indexed. (#108)

### Other

* Improve test coverage (#123)
* Apply `ruff --fix`; reformat code; syntax cleanup (#128)

## 0.3.0 (2023-09-21)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion conda_index/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
conda index. Create repodata.json for collections of conda packages.
"""

__version__ = "0.3.1"
__version__ = "0.4.0"
20 changes: 0 additions & 20 deletions news/108-reindex-changed

This file was deleted.

19 changes: 0 additions & 19 deletions news/119-optional-compact-json

This file was deleted.

20 changes: 0 additions & 20 deletions news/129-check-size

This file was deleted.

19 changes: 0 additions & 19 deletions news/81-index-subcommand

This file was deleted.

20 changes: 0 additions & 20 deletions news/improve-test-coverage

This file was deleted.

0 comments on commit 732c9b2

Please sign in to comment.