Thread overview
Release D 2.095.0
Jan 02, 2021
Martin Nowak
Jan 02, 2021
Imperatorn
Jan 02, 2021
jmh530
Jan 11, 2021
Mike Parker
Jan 11, 2021
jmh530
January 02, 2021
Glad to announce D 2.095.0, ♥ to the 61 contributors.

This release comes with a much improved C++ header generation, template instantiation traces for deprecations, module-level function conflict detection, and better compiler flag support in dub.

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

-Martin

January 02, 2021
On Saturday, 2 January 2021 at 20:15:16 UTC, Martin Nowak wrote:
> Glad to announce D 2.095.0, ♥ to the 61 contributors.
>
> This release comes with a much improved C++ header generation, template instantiation traces for deprecations, module-level function conflict detection, and better compiler flag support in dub.
>
> http://dlang.org/download.html
> http://dlang.org/changelog/2.095.0.html
>
> -Martin

🎉🍾
January 02, 2021
On Saturday, 2 January 2021 at 20:15:16 UTC, Martin Nowak wrote:
> Glad to announce D 2.095.0, ♥ to the 61 contributors.
>
> This release comes with a much improved C++ header generation, template instantiation traces for deprecations, module-level function conflict detection, and better compiler flag support in dub.
>
> http://dlang.org/download.html
> http://dlang.org/changelog/2.095.0.html
>
> -Martin

Thanks. I'm excited to test out some of the dub changes when I have a chance.

I'd like to repeat a previous ask: that the change log mention the dub version somewhere. Thanks.
January 11, 2021
On Saturday, 2 January 2021 at 20:15:16 UTC, Martin Nowak wrote:
> Glad to announce D 2.095.0, ♥ to the 61 contributors.
>
> This release comes with a much improved C++ header generation, template instantiation traces for deprecations, module-level function conflict detection, and better compiler flag support in dub.
>
> http://dlang.org/download.html
> http://dlang.org/changelog/2.095.0.html
>
> -Martin

Blog Post (including LDC beta news):
https://dlang.org/blog/2021/01/11/a-new-year-a-new-release-of-d/

Reddit:
https://www.reddit.com/r/programming/comments/kv2ug5/dlang_20950_released/
January 11, 2021
On Monday, 11 January 2021 at 13:42:42 UTC, Mike Parker wrote:
> [snip]
>
> Blog Post (including LDC beta news):
> https://dlang.org/blog/2021/01/11/a-new-year-a-new-release-of-d/
>
> Reddit:
> https://www.reddit.com/r/programming/comments/kv2ug5/dlang_20950_released/

typo on facilitate in line below

"For a little while now, DMD has included experimental support for the generation of C++ header files from D source code, via the -CH command-line option, in order to facilate calling D libraries from C++."

Otherwise looks good, though it might have been good to provide an example of the template QoL improvement.