Skip to content

Commit 937b0d7

Browse files
committed
Updated CHANGELOG for 3.52.0
1 parent 34b9960 commit 937b0d7

6 files changed

+26
-115
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ conda-smithy Change Log
44

55
.. current developments
66
7+
v3.52.0
8+
====================
9+
10+
**Added:**
11+
12+
* Reformat commit messages in rerenders to show rattler-build and rattler-build-conda-compat versions. (#2359)
13+
* In feedstocks with Pixi integrations, ``pixi run lint`` will include ``shellcheck`` lints if enabled in ``conda-forge.yml``. (#2360)
14+
* Added hint to flag `bld.bat` files when using rattler-build (recipe v1). rattler-build uses `build.bat` instead of `bld.bat` for Windows builds (#2371).
15+
16+
**Changed:**
17+
18+
* Avoid using only timestamps to determine whether migrations should be applied. The logic for ``use_local`` and ``migration_number`` remains unchanged, but migrations now also require the name of the migrator file to match, avoiding spurious matches on timestamps between different migrations (#2374).
19+
20+
**Fixed:**
21+
22+
* Remove slashes from variant file names which caused problems due to being mis-handled as folders. Also remove commas, which can be similarly misinterpreted (#2366).
23+
24+
**Authors:**
25+
26+
* Jaime Rodríguez-Guerra
27+
* H. Vetinari
28+
* pre-commit-ci[bot]
29+
* Chris Burr
30+
31+
32+
733
v3.51.1
834
====================
935

news/2359-commit-msg.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/2360-pixi-shellcheck.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/2366-remove-slashes-from-variant-names.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/2371-rattler-build-bld-bat-lint.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/2374-don't-use-timestamps-to-determine-migration-application.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)