Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop: (62 commits)
  Add CHANGELOG
  Update readme
  Fix docs
  Document
  Rename reorder to calculate
  Annotate main function
  Add metadata to Cargo.toml
  Move modules to files
  Move extra module to top level
  Split out helpers into modules
  Handle required/optional filenames correctly
  Load options using structopt
  Move test in bin to actual test
  Add structopt
  Split pdf handling into separate module
  Make new page from all but contents, rather than just contents
  Strip testing printlns
  Change interface for set_pages_dict to ensure a Vec is supplied
  Fix set_pages_dict
  Implement get_object_mut as trait
  ...
  • Loading branch information
dbaynard committed Jan 10, 2018
2 parents 604b323 + 71df965 commit 55f8074
Show file tree
Hide file tree
Showing 10 changed files with 1,211 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## [0.1.0] — 2018-01-10

- Initial version
Loading

0 comments on commit 55f8074

Please sign in to comment.