Skip to content

Commit

Permalink
Updated CHANGELOG for 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Oct 11, 2019
1 parent 3153fac commit f146d56
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 48 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ conda-smithy Change Log

.. current developments
v3.6.0
====================

**Added:**

* Ignore Drone CI files in GitHub diffs
* Run ``black --check`` on CI to verify code is formatted correctly

**Changed:**

* Platform independent files like `run_docker_build.sh` are moved to `.scripts` folder
* Standardize and test support for multiple docker images.
* refactored ``conda_smithy.lint_recipe.NEEDED_FAMILIES`` to top level so external projects can access
* Rerun ``black`` on the codebase.

**Fixed:**

* fix crash when host section was present but empty
* fix build-locally.py in skip_render by not attempting to chmod +x it
* ship conf file for black so everyone uses the same settings



v3.5.0
====================

Expand Down
4 changes: 0 additions & 4 deletions news/duplicate_files.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/empty-host.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/hdl_multi_docker_imgs.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/ignore-drone-ci.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/no-exe-for-skip-render.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/ref_needed_fam2.rst

This file was deleted.

8 changes: 0 additions & 8 deletions news/run-black-ci.rst

This file was deleted.

0 comments on commit f146d56

Please sign in to comment.