From 8f9fec680a8c71af771c0c849068f0f85d72c3b0 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 6 Apr 2022 14:25:11 -0400 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..db9da71698 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +Useful links: Docsy [releases][] & [tags][]. Jump to the [latest][] release. + +## Upcoming release + +For a list of issues targeted for the next release, see the [22Q2][] milestone. + +## [0.2.0][] + +**New**: + +- Official Docsy support for [Hugo modules][]. Many thanks to the dedicated and + patient efforts of [@deining][], who researched, experimented, and implemented + this feature. Thanks to [@deining][] and [@LisaFC][] for the doc updates. + +**Changes**: + +- See the [release notes][0.2.0] + + +[@deining]: https://github.com/deining +[@LisaFC]: https://github.com/LisaFC +[0.2.0]: https://github.com/google/docsy/releases/v0.2.0 +[22Q2]: https://github.com/google/docsy/milestone/3 +[Hugo modules]: https://gohugo.io/hugo-modules/ +[latest]: https://github.com/google/docsy/releases/latest +[releases]: https://github.com/google/docsy/releases +[tags]: https://github.com/google/docsy/tags