Skip to content

Commit

Permalink
Release version 17.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toastwaffle committed Oct 11, 2024
1 parent dc692af commit ecbaf52
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Version 17.12.0
---------------
* Replace channel-based iterators with new-style ones (#3272)
* Expand home path in `fs.PathExists` (#3270)
* Fix bash completion around = character (#3269)
* Add AppArmor profile for Ubuntu Noble (#3271)
* Update to Go 1.23.2 (#3264)
* Bump go-rules plugin to v1.21.5 (#3268)
* Bump python-rules plugin to v1.7.4 (#3267)
* Prohibit running under sudo unless explicitly forced to do so (#3265)
* Make property and operator not part of default object (#3260)
* Minor clean up to len() (#3259)
* Change iterable interface to be more flexible (#3255)
* Update lint (#3239)
* Avoid storing package cache in Alpine build image (#3250)
* Add Go build tags to stdlib (#3252)
* Avoid allocating channels unnecessarily on map inserts (#3246)
* Update toolchain to Go 1.23.1 (#3249, superseded by #3264)
* Fix a couple of things on arm64 (#3251)
* Update to Go 1.23.1 (#3248, superseded by #3264)
* Fix autocompletion by replacing partial text in LSP (#3244)
* Refresh Docker images (#3245)

Version 17.11.0
---------------
* Skip special handling of experimental directories when inside a subrepo (#3242)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.11.0
17.12.0

0 comments on commit ecbaf52

Please sign in to comment.