Skip to content

Releases: meysam81/timeframe

v3.0.0

28 Oct 05:06
47f915f
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency faker to v30 by @renovate in #57
  • chore(deps): update dependency pytest to v8 by @renovate in #58
  • chore(main): release 3.0.0 by @github-actions in #59

New Contributors

  • @github-actions made their first contribution in #59

Full Changelog: v2.0.0...v3.0.0

v2.0.0

28 Oct 03:57
v2.0.0
769d41e
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update faker requirement from ~=18.4 to ~=24.9 by @dependabot in #29
  • chore(deps): update pytest-asyncio requirement from ~=0.21 to ~=0.23 by @dependabot in #25
  • chore(deps): update pytest requirement from ~=7.3 to ~=8.1 by @dependabot in #26
  • chore(deps): update coverage requirement from ~=7.2 to ~=7.4 by @dependabot in #27
  • chore(deps): update faker requirement from ~=24.9 to ~=25.8 by @dependabot in #36
  • chore(deps): update pytest requirement from ~=8.1 to ~=8.2 by @dependabot in #33
  • chore(deps): update coverage requirement from ~=7.4 to ~=7.5 by @dependabot in #32
  • chore(deps): update pytest requirement from ~=8.2 to ~=8.3 by @dependabot in #41
  • chore(deps): update coverage requirement from ~=7.5 to ~=7.6 by @dependabot in #40
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #39
  • chore(deps): update faker requirement from ~=25.8 to ~=26.0 by @dependabot in #38
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #43
  • chore(deps): update faker requirement from ~=26.0 to ~=26.1 by @dependabot in #42
  • chore(deps): update faker requirement from ~=26.1 to ~=27.0 by @dependabot in #44
  • chore(deps): update faker requirement from ~=27.0 to ~=28.1 by @dependabot in #47
  • chore(deps): update pytest-asyncio requirement from ~=0.23 to ~=0.24 by @dependabot in #46
  • chore(deps): update faker requirement from ~=28.1 to ~=30.3 by @dependabot in #51
  • chore: Configure Renovate by @renovate in #53
  • chore(deps): update faker requirement from ~=30.3 to ~=30.8 by @dependabot in #56

New Contributors

Full Changelog: 1.1.0...v2.0.0

1.1.0

27 Mar 12:44
403d089
Compare
Choose a tag to compare

What's Changed

  • fix: modify dependabot package ecosystem by @meysam81 in #17
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #18
  • chore(deps): bump actions/dependency-review-action from 2 to 3 by @dependabot in #19
  • chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in #20
  • chore(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #23
  • chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #21
  • chore(deps): bump actions/dependency-review-action from 3 to 4 by @dependabot in #22

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

17 Apr 09:12
684cc46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...1.0.0

0.2.1

05 Nov 08:15
9dd1f1a
Compare
Choose a tag to compare

What's Changed

  • fix: subtract timeframe from superset returns empty 🐛 by @meysam81 in #14

Full Changelog: 0.2.0...0.2.1

0.2.0

05 Nov 06:43
fe042bf
Compare
Choose a tag to compare

What's Changed

  • integrate github-action by @meysam81 in #4
  • chore: update ci workflows and add support for python3.10 👷 by @meysam81 in #10
  • docs: update readme badges 📝 by @meysam81 in #11
  • ci: add codecov token to tests pipeline 💚 by @meysam81 in #12
  • feat: add support for python3.11 ✨ by @meysam81 in #13

Full Changelog: 0.1.5...0.2.0

0.1.5

26 Jan 17:30
2c02718
Compare
Choose a tag to compare
  • Add two time frames
  • Multiply two time frames
  • Subtract two time frames