Skip to content

Commit

Permalink
Merge pull request #714 from ScilifelabDataCentre/new-version-changelog
Browse files Browse the repository at this point in the history
New version & changelog
  • Loading branch information
rv0lt authored Sep 24, 2024
2 parents a5939bb + bc197c8 commit 9da4fb1
Show file tree
Hide file tree
Showing 14 changed files with 662 additions and 633 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Changelog
==========

.. _2.8.0:

2.8.0 - 2024-09-24
~~~~~~~~~~~~~~~~~~~
- Deprecations:
- Drop support for python 3.7
- New features:
- Added new dev instance url to cli config
- Dependencies:
- `prettytable` from `3.4.1` to `3.7.0`
- `prompt-toolkit` from `3.0.31` to `3.0.40`
- `pyYAML` from `6.0.1` to `6.0.2`
- `requests` from `2.32.0` to `2.32.2`
- `rich` from `12.5.1` to `13.6.0`
- `zstandard` from `0.19.0` to `0.22.0`
- Dependencies (tests):
- `flask` from `2.0.2` to `2.2.5`
- `pyfakefs` from `4.5.5` to `5.3.0`
- Documentation:
- Improve documentation related to the testing instance.
- Clarify documentation about password management.
- Update documentation for python 3.12
- Fixes:
- Remove pinned version of pynstaller in requeriments-dev to solve cve.

.. _2.7.1:

2.7.1 - 2024-06-27
Expand Down
4 changes: 4 additions & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,7 @@ _Empty sprint_

- Added new dev instance url to cli config ([#712](https://github.com/ScilifelabDataCentre/dds_cli/pull/712))
- Clarify documentation about password managers ([#711](https://github.com/ScilifelabDataCentre/dds_cli/pull/711))

# 2024-09-24 - 2024-10-04

- New version and changelog([#714](https://github.com/ScilifelabDataCentre/dds_cli/pull/714))
2 changes: 1 addition & 1 deletion dds_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Do not change bump the major version unless absolutely necessary - makes incompatible with API
# If mid or minor version reaches 9, continue to 10, 11 etc.
__version__ = "2.7.1"
__version__ = "2.8.0"
106 changes: 53 additions & 53 deletions img/dds-auth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
194 changes: 97 additions & 97 deletions img/dds-data-get.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
198 changes: 99 additions & 99 deletions img/dds-data-put.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 44 additions & 44 deletions img/dds-data.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
174 changes: 87 additions & 87 deletions img/dds-help-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
174 changes: 87 additions & 87 deletions img/dds-help-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
102 changes: 51 additions & 51 deletions img/dds-project-status-help.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 46 additions & 46 deletions img/dds-project.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 50 additions & 50 deletions img/dds-user.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions img/python-version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions img/python3-version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9da4fb1

Please sign in to comment.