Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to v2.0.0 with cleanup #130

Merged
merged 1 commit into from
Jan 2, 2018
Merged

Bump to v2.0.0 with cleanup #130

merged 1 commit into from
Jan 2, 2018

Conversation

trishume
Copy link
Owner

@trishume trishume commented Jan 2, 2018

Breaking changes:

  • The static-onig feature was removed, static linking is now the default
  • Font styles and color constants now use associated consts because of bitflags upgrade
  • SyntaxDefinition::load_from_str now has an extra parameter

Other notable changes:

As well as bumping the version this commit does some cleaning up for the breaking changes.

Thanks to @Keats @keith-hall and @est31 for your significant contributions to this release!

Breaking changes:
- The `static-onig` feature was removed, static linking is now the default
- Font styles and color constants now use associated consts because of bitflags upgrade
- SyntaxDefinition::load_from_str now has an extra parameter

As well as bumping the version this commit does some cleaning up for the breaking changes.
@@ -13,7 +13,11 @@ use std::fs::File;
use std::ops::DerefMut;
use std::mem;
use std::rc::Rc;

// TODO this is unused in nightly but used in stable, remove eventually
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More precisely, in 1.23 (current beta, reaching stable soon, on Jan 4th) it is unused, and in 1.22.1 (current stable) it is used.

@trishume trishume merged commit 53a251d into master Jan 2, 2018
@trishume trishume deleted the bump-2.0 branch January 2, 2018 16:18
@trishume
Copy link
Owner Author

trishume commented Jan 2, 2018

I published a new release to crates.io and added some release notes to a Github Release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants