File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed
conda-store-server/conda_store_server Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
-
2
1
# Changelog
3
2
4
3
All notable changes to this project will be documented in this file.
@@ -7,6 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
6
The project changed to ` CalVer ` in September 2023.
8
7
9
8
---
9
+ ## [ 2025.2.2] - 2025-02-11
10
+
11
+ ([ full changelog] ( https://github.com/conda-incubator/conda-store/compare/2025.2.1...58b51292123ddb124135a848b01a98a8b72d5b0c ) )
12
+
13
+ ### Merged PRs
14
+
15
+ IMPROVEMENTS:
16
+ - Mount code into docker container [ #1052 ] ( https://github.com/conda-incubator/conda-store/pull/1052 ) ([ @soapy1 ] ( https://github.com/soapy1 ) )
17
+
18
+ BUG FIXES:
19
+ - Re-add docker blob build artifact type [ #1086 ] ( https://github.com/conda-incubator/conda-store/pull/1086 ) ([ @soapy1 ] ( https://github.com/soapy1 ) )
20
+
21
+ DEPRECATIONS:
22
+ - [ MAINT] Deprecate ` /api/v1/environments/ ` [ #1061 ] ( https://github.com/conda-incubator/conda-store/pull/1061 ) ([ @peytondmurray ] ( https://github.com/peytondmurray ) )
23
+
24
+ ### Contributors to this release
25
+
26
+ ([ GitHub contributors page for this release] ( https://github.com/conda-incubator/conda-store/graphs/contributors?from=2025-02-04&to=2025-02-11&type=c ) )
27
+
28
+ [ @github-actions ] ( https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Agithub-actions+updated%3A2025-02-04..2025-02-11&type=Issues ) | [ @netlify ] ( https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Anetlify+updated%3A2025-02-04..2025-02-11&type=Issues ) | [ @peytondmurray ] ( https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Apeytondmurray+updated%3A2025-02-04..2025-02-11&type=Issues ) | [ @soapy1 ] ( https://github.com/search?q=repo%3Aconda-incubator%2Fconda-store+involves%3Asoapy1+updated%3A2025-02-04..2025-02-11&type=Issues )
29
+
10
30
## [ 2025.2.1] - 2025-02-04
11
31
12
32
([ full changelog] ( https://github.com/conda-incubator/conda-store/compare/2025.1.2-rc1...a6ce878082c7247989b0100990a47457bb807758 ) )
Original file line number Diff line number Diff line change 14
14
from .app import CondaStore
15
15
16
16
17
- __version__ = "2025.2.2-dev "
17
+ __version__ = "2025.2.2"
18
18
19
19
20
20
CONDA_STORE_DIR = platformdirs .user_data_path (appname = "conda-store" )
Original file line number Diff line number Diff line change 2
2
# Use of this source code is governed by a BSD-style
3
3
# license that can be found in the LICENSE file.
4
4
5
- __version__ = "2025.2.2-dev "
5
+ __version__ = "2025.2.2"
You can’t perform that action at this time.
0 commit comments