Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### v0.10.0 (2019-09-06)
* Add MTInnerDisplay (#126)
* Cyrillic support (#108)
* Fix: Adds nullability annotations MTMathAtomFactory.h (#124)

### v0.9.5 (2019-06-03)
* Add colorbox command (#121)
* Cyrillic support (#108)
Expand Down
2 changes: 1 addition & 1 deletion iosMath.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "iosMath"
s.version = "0.9.5"
s.version = "0.10.0"
s.summary = "Math equation rendering for iOS and OS X"
s.description = <<-DESC
iosMath is a library for typesetting math formulas in iOS and OS X using
Expand Down