| OLD | NEW |
| 1 ## 0.2.11 |
| 2 |
| 3 * Revert `0.2.10` release, will be re-released as `0.3.0` since it is actually |
| 4 a breaking change. |
| 5 |
| 6 ## 0.2.10 |
| 7 |
| 8 * Update to use the `test` package instead of the `unittest` package. |
| 9 |
| 1 ## 0.2.9+4 | 10 ## 0.2.9+4 |
| 2 | 11 |
| 3 * Republish 0.2.9+2 under new version. | 12 * Republish 0.2.9+2 under new version. |
| 4 | 13 |
| 5 ## 0.2.9+3 | 14 ## 0.2.9+3 |
| 6 | 15 |
| 7 * Republish of 0.2.9 to ensure nobody gets 0.2.9+1 in the future. | 16 * Republish of 0.2.9 to ensure nobody gets 0.2.9+1 in the future. |
| 8 | 17 |
| 9 ## 0.2.9+2 | 18 ## 0.2.9+2 |
| 10 | 19 |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 | 83 |
| 75 * Widen the constraint on source_maps. | 84 * Widen the constraint on source_maps. |
| 76 | 85 |
| 77 ## 0.2.0+1 | 86 ## 0.2.0+1 |
| 78 | 87 |
| 79 * Widen the constraint on barback. | 88 * Widen the constraint on barback. |
| 80 | 89 |
| 81 ## 0.2.0 | 90 ## 0.2.0 |
| 82 | 91 |
| 83 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. | 92 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
| OLD | NEW |