From 09a2554929e96d1494af48e2de9cacb690cb78e3 Mon Sep 17 00:00:00 2001 From: johanvx <61529310+johanvx@users.noreply.github.com> Date: Wed, 22 Nov 2023 11:36:34 +0000 Subject: [PATCH] release: update changelog for 1.2.0 release --- CHANGELOG.md | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5b77293 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,118 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [1.2.0](https://github.com/johanvx/typst-undergradmath/compare/v1.1.0..1.2.0) - 2023-11-22 + +### Documentation + +- *(README)* Mention some packages dedicated to typesetting unit - ([b1b62a7](https://github.com/johanvx/typst-undergradmath/commit/b1b62a706d94957671f52c3862050f1a363889fd)) +- Add the contributing guide section - ([4b59481](https://github.com/johanvx/typst-undergradmath/commit/4b5948171bd7e6e791291cec6f0b60b6d08e08a1)) + +### Features + +- Mention the compiler version in the introduction - ([6ee483d](https://github.com/johanvx/typst-undergradmath/commit/6ee483d010377e0e4e9dcd1fd886e15a6b0d42fa)) +- Use newly introduced `sys.version` - ([9c532b4](https://github.com/johanvx/typst-undergradmath/commit/9c532b49252297e0b6dc721f2fe59680b8c75ffe)) +- Use newly introduced `wide` - ([54d8723](https://github.com/johanvx/typst-undergradmath/commit/54d87237fec250a942f6fd849403d763298d8f1a)) + +### Miscellaneous + +- Set author and email explicitly - ([cbcbdb4](https://github.com/johanvx/typst-undergradmath/commit/cbcbdb40abf5582672c264dbd40dab7ef980f73b)) +- Try to pass the protection rule - ([8f1a6f3](https://github.com/johanvx/typst-undergradmath/commit/8f1a6f39fd15014ebfef1eb7276d6eca654ccfe8)) +- Fix the repository URL in cliff.toml - ([4eea288](https://github.com/johanvx/typst-undergradmath/commit/4eea288d139f8f60a4f9b4df28ef15424d49393b)) +- Add cliff.toml - ([49352ce](https://github.com/johanvx/typst-undergradmath/commit/49352cec0ac2fc472bcb36168cbc5ba67838e79a)) +- Support deleting tags and associated releases - ([0604a5a](https://github.com/johanvx/typst-undergradmath/commit/0604a5a39043d736ab1d9a9446cb6b498c8ea676)) +- Support changelog and manual tagging - ([3726d22](https://github.com/johanvx/typst-undergradmath/commit/3726d2250082c75540ac9aaccbdb3157d7a81ae5)) +- Remove unused environment variables - ([c024293](https://github.com/johanvx/typst-undergradmath/commit/c024293251fca478588f038582d253aec162c4d3)) + +## [1.1.0](https://github.com/johanvx/typst-undergradmath/compare/v1.0.0..v1.1.0) - 2023-09-16 + +### Features + +- Add custom maths operator section - ([992d543](https://github.com/johanvx/typst-undergradmath/commit/992d5437cc0626d81ec77f7bbc50b1cdfd85198b)) + +## [1.0.0](https://github.com/johanvx/typst-undergradmath/compare/v0.1.1..v1.0.0) - 2023-08-08 + +### Features + +- [**breaking**] Use renamed symbols - ([47a06f4](https://github.com/johanvx/typst-undergradmath/commit/47a06f41fcfaa3a8d822b2f8f231504cc4347637)) + +## [0.1.1](https://github.com/johanvx/typst-undergradmath/compare/v0.1.0..v0.1.1) - 2023-07-20 + +### Bug Fixes + +- Correct a typo in the link to the doc of `array` - ([57e3564](https://github.com/johanvx/typst-undergradmath/commit/57e3564c7799a031933e5031c3e2b7271091bbd8)) + +## [0.1.0](https://github.com/johanvx/typst-undergradmath/compare/v0.0.2..v0.1.0) - 2023-06-15 + +### Bug Fixes + +- Add missing raw text `kappa` - ([3dc79c1](https://github.com/johanvx/typst-undergradmath/commit/3dc79c15d6184ed46651c40cd9ff23f8270f7ca6)) + +### Features + +- Adjust the alignment and gutters of math-code listings - ([7832fd3](https://github.com/johanvx/typst-undergradmath/commit/7832fd3a35d2d4f88a974eb441235ba71d3aa62e)) +- Use a shorter name for Ring Operator `\u{2218}` - ([7ae19a0](https://github.com/johanvx/typst-undergradmath/commit/7ae19a056469ffaf16e362390daa69dd08167e3b)) +- Remove the noidea annotation - ([a04b098](https://github.com/johanvx/typst-undergradmath/commit/a04b098aebda950b52ee77ce58609fa25790ab5a)) +- Use dotless i and j - ([399419e](https://github.com/johanvx/typst-undergradmath/commit/399419ecd5dfc6c1cc42a915be20cc4905421ce8)) +- Use `datetime` - ([e4768ea](https://github.com/johanvx/typst-undergradmath/commit/e4768ea3db27403755c397fe0f693f9a284213c5)) +- Use `sigma.alt` - ([44c80e2](https://github.com/johanvx/typst-undergradmath/commit/44c80e2151dfb3c3911c5c6af21bb6e135833c53)) + +### Miscellaneous + +- Add gitignore file - ([1540948](https://github.com/johanvx/typst-undergradmath/commit/1540948f26240f5ad649f5d2eac2e7b362ec321d)) + +## [0.0.2](https://github.com/johanvx/typst-undergradmath/compare/v0.0.1..v0.0.2) - 2023-05-21 + +### Documentation + +- *(README)* Add new badges and clean up a bit - ([4224021](https://github.com/johanvx/typst-undergradmath/commit/42240217292c4025fcda3043ed8de4b3d622324b)) +- *(README)* Update the link to the lastest release - ([2f6816e](https://github.com/johanvx/typst-undergradmath/commit/2f6816e3a3caf875234ad1ed8786114fbf5f6b1e)) + +### Miscellaneous + +- Update date - ([f4e7768](https://github.com/johanvx/typst-undergradmath/commit/f4e77683777f4f25e07fbbfa84b7c97ca1aa6959)) + +### Refactor + +- Remove unnecessary capitalization - ([c5b0afa](https://github.com/johanvx/typst-undergradmath/commit/c5b0afa0117c879d7c90d915ebfe863f88c2b822)) +- Simplify some symbols - ([bf58fae](https://github.com/johanvx/typst-undergradmath/commit/bf58faeb1c6e167b3c0f5f64506d828923820a12)) + +## [0.0.1] - 2023-04-18 + +### Bug Fixes + +- Add a hashtag for the h function example - ([0341034](https://github.com/johanvx/typst-undergradmath/commit/03410342f4a33efd51791deb095113100a5a71fc)) + +### Documentation + +- *(README)* Update comments on `\varnothing` - ([7c68c65](https://github.com/johanvx/typst-undergradmath/commit/7c68c65cf685c43c44be6851c1d95c6520a5be52)) +- *(README)* Update comments on doteq - ([65faf7c](https://github.com/johanvx/typst-undergradmath/commit/65faf7ceaa479ce0f1981008a7f51284eafdd58b)) +- *(README)* Add a comment on arrays - ([537b126](https://github.com/johanvx/typst-undergradmath/commit/537b1264c1f526617ce39818cde154a19a98697a)) +- Add a link to Typst - ([5c148c4](https://github.com/johanvx/typst-undergradmath/commit/5c148c4234ec640b6215d68a6e0f177e3e931bec)) +- Add limitations section - ([b026d4b](https://github.com/johanvx/typst-undergradmath/commit/b026d4be113373a091321e0beb7cc63ea034f17c)) +- Add README - ([3416ef3](https://github.com/johanvx/typst-undergradmath/commit/3416ef33d226bab3a1b02b642244aef08d21d1e4)) + +### Features + +- *(arrays, matrices)* [**breaking**] Add array example - ([ef7c246](https://github.com/johanvx/typst-undergradmath/commit/ef7c246bcba1c16c730b14e3d99f4c94ca7afc3d)) +- Update comment to `\varnothing` - ([ee80553](https://github.com/johanvx/typst-undergradmath/commit/ee8055306eebeb072f32a6ca3129277e17dd8798)) +- Update code example for `\varnothing` - ([878ea8d](https://github.com/johanvx/typst-undergradmath/commit/878ea8dd2c75412b047a38c7020f57d0931ec5ed)) +- Add an alternative for not equal - ([430b79b](https://github.com/johanvx/typst-undergradmath/commit/430b79bcaf78709873e7b21aedeb2ce86d71c541)) +- Add tricky doteq symbol - ([7001164](https://github.com/johanvx/typst-undergradmath/commit/7001164e4fdc8f7f9b4fe17fa4389e30e7f98ed3)) +- Update notes on determinant - ([49fab7c](https://github.com/johanvx/typst-undergradmath/commit/49fab7cafbbd0b6919f13d137b609b42a76f45a7)) +- Add some comment on auto-scaling of fences - ([1146cd3](https://github.com/johanvx/typst-undergradmath/commit/1146cd3f6685233c88709cc5dcc8038970665528)) +- Add a value-unit example - ([d4084ec](https://github.com/johanvx/typst-undergradmath/commit/d4084ec042fdd1b1ae6c1f2a9d04d799b36bf8c6)) +- Add widehat example - ([317c168](https://github.com/johanvx/typst-undergradmath/commit/317c16823b6ce6e097b97d5f3fa28e3648b5dfe8)) +- Add main contents - ([06e8f21](https://github.com/johanvx/typst-undergradmath/commit/06e8f217c78d7f9cf8a56f572cf8373dbf2efdee)) + +### Miscellaneous + +- Support auto-release after pushing new tags - ([764a9e1](https://github.com/johanvx/typst-undergradmath/commit/764a9e1dcebe48af5e05aa3aad095c0fd8c19d72)) +- Support tagging - ([16a59c9](https://github.com/johanvx/typst-undergradmath/commit/16a59c925018ad4b0af0f503561169efd214638c)) +- Upload PDF as artifact on push to non main branch - ([d72f758](https://github.com/johanvx/typst-undergradmath/commit/d72f758ddfaa5d187cda1d18c41e4ea95018068a)) +- Remove the PDF file - ([9f18cc0](https://github.com/johanvx/typst-undergradmath/commit/9f18cc03ac70942a1c7c62d28efc6f4d16ccae39)) +- Update date - ([51f56a8](https://github.com/johanvx/typst-undergradmath/commit/51f56a8efed7b441b23d255cb0d809197df7652c)) +- Add LICENSE - ([6ba2286](https://github.com/johanvx/typst-undergradmath/commit/6ba2286c786f9bb7c4a05da176dae77c0f20e73b)) + +