Skip to content

Releases: QWYNG/green_day

v1.0.0

27 Sep 12:31
Compare
Choose a tag to compare

What's Changed

  • By using the environment variable GD_REPL, you can now start repl after passing sample input to the submission file. by @QWYNG in #50

Full Changelog: v0.6.0...v1.0.0

v0.6.0

23 Sep 15:47
Compare
Choose a tag to compare

What's Changed

  • Add Ruby 3.2.1 CI
  • i did not like a lot of things so i rewrote it by @QWYNG in #48
  • sleep for 429 error by @QWYNG in #49

Full Changelog: v0.5.0...v0.6.0

GreenDay 0.5.0

30 Apr 07:18
Compare
Choose a tag to compare

Bug fixes

In this change, we have stopped guessing the name and URL of a task from the contest name.
This will now work correctly even if the task URL and contest name are different(e.g https://atcoder.jp/contests/math-and-algorithm/tasks/panasonic2020_c)

commits

  • Remove instance variable get by @QWYNG in #39
  • use faraday latest version by @QWYNG in #40
  • fix a broken link in README by @oke-py in #42
  • Fix document by @QWYNG in #44
  • [fix] file stem is alphabet when the task index name is numeric by @akicho8 in #43
  • use path attributes in task for various forms of task path by @QWYNG in #45
  • Split rspec and rubocop by @QWYNG in #46

New Contributors

Full Changelog: v0.4.0...v0.5.0