Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Mar 15, 2023
1 parent 4df1dee commit c3e8232
Showing 1 changed file with 69 additions and 1 deletion.
70 changes: 69 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,75 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/justanhduc/task-spooler/compare/v1.3.1...HEAD)
#### [Unreleased](https://github.com/justanhduc/task-spooler/compare/v2.0.0...HEAD)

### [v2.0.0](https://github.com/justanhduc/task-spooler/compare/v1.3.1...v2.0.0)

> 15 March 2023
- document uninstall-local Makefile recipe [`#35`](https://github.com/justanhduc/task-spooler/pull/35)
- Fixes grammar and typo [`#33`](https://github.com/justanhduc/task-spooler/pull/33)
- fixed justanhduc/task-spooler#24 [`#30`](https://github.com/justanhduc/task-spooler/pull/30)
- Add -M option for machine-readable JSON output [`#27`](https://github.com/justanhduc/task-spooler/pull/27)
- handled error querying gpu (fix #34) [`#34`](https://github.com/justanhduc/task-spooler/issues/34)
- fixed bugs in json serialization [`4df1dee`](https://github.com/justanhduc/task-spooler/commit/4df1dee6910d629ea93e9b758ebeab33bfc02d67)
- updated manuals [`2150872`](https://github.com/justanhduc/task-spooler/commit/2150872b84bd7740cefdd9f0363acce729be1da8)
- bumped version [`520abd5`](https://github.com/justanhduc/task-spooler/commit/520abd55a8751f7ad79ab1eba179660e1a3e82c8)
- updated readme [`daa9479`](https://github.com/justanhduc/task-spooler/commit/daa947996d1d4243603cd19d219efa5789af8862)
- updated readme [`85b981f`](https://github.com/justanhduc/task-spooler/commit/85b981f202a1756ab83312a87ed0d068d1a0dd0e)
- some simplifications [`ec8daee`](https://github.com/justanhduc/task-spooler/commit/ec8daee0b55f1add093ff8b1a190ac1d11d1a938)
- fixed overflow error [`3ff7e68`](https://github.com/justanhduc/task-spooler/commit/3ff7e6803cb06e43a79bff8afe6fba710ee2874c)
- removed deprecated functions [`6c6456d`](https://github.com/justanhduc/task-spooler/commit/6c6456da1e6b8774de7b73bbb12b53da818d33b3)
- fixed some memory leaks [`9496b91`](https://github.com/justanhduc/task-spooler/commit/9496b916ad1bbd527bdf2ec61a1adf2289ba702a)
- changed error to warning for qpu query [`0d2033a`](https://github.com/justanhduc/task-spooler/commit/0d2033aa3066cfd04313da06d87a58bec1a383c1)
- tmp readme [`3a26597`](https://github.com/justanhduc/task-spooler/commit/3a26597f81a161f791d2b5eac806dfd706390af0)
- fixed typo in manpage. removed old man [`b4f02b4`](https://github.com/justanhduc/task-spooler/commit/b4f02b4f34ae62233ff56ab609985c54e2967eaf)
- updated readme [`d6ec526`](https://github.com/justanhduc/task-spooler/commit/d6ec5263bfcfa1a43d94dd0db42f5a0ab579bd45)
- prevent freeing twice [`d38ae4a`](https://github.com/justanhduc/task-spooler/commit/d38ae4a60b0c7f8b00c358f3b2b7e4ed79a4cb8d)
- removed unused gcc flag [`9fa30a8`](https://github.com/justanhduc/task-spooler/commit/9fa30a8682e196301697039e4a0e1ad8c88523f5)
- manuals [`bbfd33e`](https://github.com/justanhduc/task-spooler/commit/bbfd33e4bc25f38a48e9e55bca86a0b07c51dcd0)
- typo [`961823c`](https://github.com/justanhduc/task-spooler/commit/961823c51ed0c25061a074e094ba71ef9dc26e8e)
- free a string [`d804e1e`](https://github.com/justanhduc/task-spooler/commit/d804e1e058fe7adef90357fd3b3e46c048036689)
- fixed a bug when command is long (#24) [`df8d3a9`](https://github.com/justanhduc/task-spooler/commit/df8d3a9da0bbe6fc9ef0b710a4df18d290e17126)
- added tab separated list (#14) [`2b8525a`](https://github.com/justanhduc/task-spooler/commit/2b8525a68b9550c40b696da8f9361c0171c8c532)
- removed global var [`2f0a454`](https://github.com/justanhduc/task-spooler/commit/2f0a454fac677be36d15a0cd536a322275457c25)
- makefile [`17d6895`](https://github.com/justanhduc/task-spooler/commit/17d68958cd31f4ade2a61bdc99f8fcaf1bc20dde)
- Fill in option help [`109e7c2`](https://github.com/justanhduc/task-spooler/commit/109e7c2c0e7f99b43f9b45ea6eda4cb463ea45cc)
- Support old CMake version [`41b1803`](https://github.com/justanhduc/task-spooler/commit/41b1803a2f0b5669b1b9bbafef9a54bbd29240f5)
- Add GPUs field to list output [`3c9e46f`](https://github.com/justanhduc/task-spooler/commit/3c9e46f0e57116087854f9c7d608f256ffe767b1)
- Add JSON output test to testbench [`455b39c`](https://github.com/justanhduc/task-spooler/commit/455b39cdb802c48da903bca46313478291915d48)
- Append newline to JSON [`94092aa`](https://github.com/justanhduc/task-spooler/commit/94092aa607626c687351340b74a48b5ebb58cc0a)
- Output unformatted JSON [`329fd2b`](https://github.com/justanhduc/task-spooler/commit/329fd2bbb1abebb14c766ee73661e9b8ae2d2426)
- Do away with num_jobs (it is implicitly the length of the array) [`39b7d2e`](https://github.com/justanhduc/task-spooler/commit/39b7d2e46aa0f3544da232260d9c870349b2f24a)
- Add the rest of the fields [`cba84dc`](https://github.com/justanhduc/task-spooler/commit/cba84dcadad863260ac82ced26049a742996ff0d)
- Return finished jobs [`3ddb261`](https://github.com/justanhduc/task-spooler/commit/3ddb2618ab247aee56e00af8bb9b240bfbb61c73)
- Make utility function static [`3dc3686`](https://github.com/justanhduc/task-spooler/commit/3dc36866a7fbeb71a8c3281f467b9651649af701)
- Refactor to utility function [`0ece8bb`](https://github.com/justanhduc/task-spooler/commit/0ece8bb250acd55ba8fd73b0aaef10b7a503458a)
- Add job id to returned JSON [`59f0abc`](https://github.com/justanhduc/task-spooler/commit/59f0abc8e7d048bbdf344ed2adaeb39fa9171e7f)
- Add cJSON library [`b2d7819`](https://github.com/justanhduc/task-spooler/commit/b2d7819752c398c857bcb5d7e14582432bf3f6eb)
- Round trip list_format to server [`c452098`](https://github.com/justanhduc/task-spooler/commit/c45209879d23a1488b12cc91b94c4372b583bd36)
- Add -M option for machine-readable output [`bdc98e5`](https://github.com/justanhduc/task-spooler/commit/bdc98e5c84fa6c1c7af1d53090634ef0bb3e9938)
- typos [`509ed56`](https://github.com/justanhduc/task-spooler/commit/509ed567e5d4ed37133e5b39bddc31087678c29f)
- added workflow status badge [`39a1d36`](https://github.com/justanhduc/task-spooler/commit/39a1d36bf2538f82405265ae5633ac4a8dff9e57)
- added workflow status badge [`9141156`](https://github.com/justanhduc/task-spooler/commit/9141156a0eff37481605984ed053dc14c95f7de8)
- removed ubuntu 16 [`f5c778a`](https://github.com/justanhduc/task-spooler/commit/f5c778ae965fa1a84475b2450ee5ef74a0b75098)
- common version [`55e567f`](https://github.com/justanhduc/task-spooler/commit/55e567fe06ca868e2c137551c7d7aa84db89a27f)
- added cpu def for man page generation [`ecd4ff5`](https://github.com/justanhduc/task-spooler/commit/ecd4ff53bec52e0036d5bfe0faa0a6d864b21d69)
- supported more OSs in the workflow [`3d591fc`](https://github.com/justanhduc/task-spooler/commit/3d591fc622bd39d13edc5b95574d8240059de3c6)
- made gpu version default [`cb900fc`](https://github.com/justanhduc/task-spooler/commit/cb900fc0fe0b630d5b42305dd93e66afac07cd83)
- Improve CMakeLists.txt and add a GitHub workflow [`c787e48`](https://github.com/justanhduc/task-spooler/commit/c787e485b627ada64aef53bb67e847d2012d49e7)
- readme manpage settings etc [`e5a9911`](https://github.com/justanhduc/task-spooler/commit/e5a99117ebf879bad8d845cb3246bd7f77864b4a)
- simplified version printing [`f06085f`](https://github.com/justanhduc/task-spooler/commit/f06085f12706026a4ec5c86e62f5d160755ad617)
- unified gpu and cpu versions [`5d8586b`](https://github.com/justanhduc/task-spooler/commit/5d8586b9ac9e094ed5047780dbeb5f30687a5560)
- bumped version [`4ac1900`](https://github.com/justanhduc/task-spooler/commit/4ac1900a53bca68ac502771987feef57753d1ca2)
- used compiler optimization. trivial changes [`2e74bbb`](https://github.com/justanhduc/task-spooler/commit/2e74bbb08495d518a2c45af892b2ad825ed373ca)
- trivial [`406f2ab`](https://github.com/justanhduc/task-spooler/commit/406f2aba2ba0c6694bc41acc668a27295bb6d71d)
- trivial [`3c7276d`](https://github.com/justanhduc/task-spooler/commit/3c7276d3e0652ddb3a29a0ba95fc7e4c440520e8)
- append command to log [`e9cbc5e`](https://github.com/justanhduc/task-spooler/commit/e9cbc5ecfb2e6c68ae7ab02498ee8ac0f4635446)
- updated readme [`e4878c7`](https://github.com/justanhduc/task-spooler/commit/e4878c71675fa90fca0ca6b48739450df74a413d)
- readme [`0884a52`](https://github.com/justanhduc/task-spooler/commit/0884a5269beeaacc26eb11d76ce8fff974bc9d22)
- readme [`08cba59`](https://github.com/justanhduc/task-spooler/commit/08cba599107005b39c54d42214c98e946ab5af50)
- update changelog [`409b422`](https://github.com/justanhduc/task-spooler/commit/409b422c278ca972003c1da221e1c33d2c71baf5)

#### [v1.3.1](https://github.com/justanhduc/task-spooler/compare/v1.3.0...v1.3.1)

Expand Down

0 comments on commit c3e8232

Please sign in to comment.