Skip to content

Commit

Permalink
Release 3.28.3 (#5128)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Jan 5, 2024
1 parent 6edc3dc commit 31cc7d5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@
alternate_emails:
- clee@anaconda.com
- name: Ken Odegard
num_commits: 155
num_commits: 158
email: kodegard@anaconda.com
first_commit: 2020-09-08 19:53:41
github: kenodegard
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
[//]: # (current developments)

## 3.28.3 (2024-01-04)

### Bug fixes

* Update `conda_build.os_utils.liefldd.ensure_binary` to handle `None` inputs. (#5123 via #5124)
* Update `conda_build.inspect_pkg.which_package` to use a cached mapping of paths to packages (first call: `O(n)`, subsequent calls: `O(1)`) instead of relying on `Path.samefile` comparisons (`O(n * m)`). (#5126 via #5130)

### Contributors

* @kenodegard



## 3.28.2 (2023-12-15)

### Enhancements
Expand Down
19 changes: 0 additions & 19 deletions news/5124-fix-ensure_binary-None-handling

This file was deleted.

19 changes: 0 additions & 19 deletions news/5126-samefile-regression

This file was deleted.

0 comments on commit 31cc7d5

Please sign in to comment.