Skip to content

Commit

Permalink
Merge pull request #37 from mishaschwartz/v0.3.0
Browse files Browse the repository at this point in the history
v0.3.0
  • Loading branch information
mishaschwartz authored Feb 3, 2022
2 parents 1ee7d37 + 0b827cc commit 2f849fb
Show file tree
Hide file tree
Showing 6 changed files with 333 additions and 253 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.3.0]
- Update routes to conform with MarkUs version 2.0+ (#35)
- Fixed bug where request errors were being hidden by json parsing errors (#34)

## [v0.2.1]
- Added new methods for managing starter files (#29)

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ $ pip install markusapi
* the `url` of a running [MarkUs website](https://github.com/MarkUsProject/Markus)
* your `api_key` (this can be obtained from the dashboard page of the MarkUs website)

## Compatibility
* version 0.2 of this package is compatible with MarkUs version < 2.0
* version 0.3 of this package is compatible with MarkUs version >= 2.0

## Usage Example

Create a new Markus Api object:
Expand Down
Loading

0 comments on commit 2f849fb

Please sign in to comment.