Skip to content

Commit

Permalink
Merge pull request #210 from neutrinoceros/rel_1.0.0
Browse files Browse the repository at this point in the history
REL: prep release 1.0.0
  • Loading branch information
neutrinoceros authored Jan 6, 2023
2 parents ddecbcf + 0d32a73 commit 6aabb0f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-01-06

* DOC: bootstrap website
* MNT: drop broken toml formatter
* DEPR: rename extension_dir option to plugins_directory
* DOC: document how to configure plugins directory
* ENH: define idefix_cli.lib.__all__
* DOC: define nav
* DOC: document public api idefix_cli.lib
* ENH: move backports to a separate module
* DEPR: remove long-deprecated functionalities
* ENH: implement alternative command

## [0.27.0] - 2022-12-10

Expand Down
2 changes: 1 addition & 1 deletion idefix_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.27.0"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "idefix_cli"
version = "0.27.0"
version = "1.0.0"
description = "A CLI to automate mundane tasks with Idefix"
authors = [
{ name = "C.M.T. Robert" },
Expand Down

0 comments on commit 6aabb0f

Please sign in to comment.