Thread overview
Release D 2.106.0
Dec 04
Mike Shah
December 02

Glad to announce D 2.106.0, ♥ to the 33 contributors.

This release comes with...

  • In the D language, it is now possible to statically initialize AAs.
  • In dmd, there's a new -nothrow CLI flag.
  • In dub, dub init now has a select menu for package format and license.

As always, you can find the release binaries and full changelog on the dlang.org site.

http://dlang.org/download.html
http://dlang.org/changelog/2.106.0.html

-Iain
on behalf of the Dlang Core Team

December 03

On Saturday, 2 December 2023 at 18:09:11 UTC, Iain Buclaw wrote:

>

Glad to announce D 2.106.0, ♥ to the 33 contributors.

This release comes with...

  • In the D language, it is now possible to statically initialize AAs.
  • In dmd, there's a new -nothrow CLI flag.
  • In dub, dub init now has a select menu for package format and license.

As always, you can find the release binaries and full changelog on the dlang.org site.

http://dlang.org/download.html
http://dlang.org/changelog/2.106.0.html

-Iain
on behalf of the Dlang Core Team

Nice 🎊

December 03

On Saturday, 2 December 2023 at 18:09:11 UTC, Iain Buclaw wrote:

>

Glad to announce D 2.106.0, ♥ to the 33 contributors.

This release comes with...

  • In the D language, it is now possible to statically initialize AAs.
  • In dmd, there's a new -nothrow CLI flag.
  • In dub, dub init now has a select menu for package format and license.

As always, you can find the release binaries and full changelog on the dlang.org site.

http://dlang.org/download.html
http://dlang.org/changelog/2.106.0.html

-Iain
on behalf of the Dlang Core Team

I'm excited about this release! The ImportC fixes alone are with the wait. And it's good to see the ODBC bindings restored. Up next: ODBC 4.0 in Phobos.

December 04
On Sat, Dec 02, 2023 at 06:09:11PM +0000, Iain Buclaw via Digitalmars-d-announce wrote:
> Glad to announce D 2.106.0, ♥ to the 33 contributors.
> 
> This release comes with...
> 
> - In the D language, it is now possible to statically initialize AAs.
[...]

Finally!  Hooray!


T

-- 
That's not a bug; that's a feature!
December 04

On Saturday, 2 December 2023 at 18:09:11 UTC, Iain Buclaw wrote:

>

Glad to announce D 2.106.0, ♥ to the 33 contributors.

This release comes with...

  • In the D language, it is now possible to statically initialize AAs.
  • In dmd, there's a new -nothrow CLI flag.
  • In dub, dub init now has a select menu for package format and license.

As always, you can find the release binaries and full changelog on the dlang.org site.

http://dlang.org/download.html
http://dlang.org/changelog/2.106.0.html

-Iain
on behalf of the Dlang Core Team

Lots of exciting developments here! Much appreciated!

(A few highlights)

  • Happy to see ODBC bindings restored (as Adam mentioned)
  • dub build --deep, nice feature to now have in dub
  • nothrow compiler switch for D now