You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## [1.3.0] - 2019-10-30
8
+
### Added
9
+
-[#3](https://github.com/jakewarren/fixme/pull/3) Added support for LaTeX comments. Thanks [@xarantolus](https://github.com/xarantolus)!
10
+
11
+
### Changed
12
+
- Migrated to go modules.
13
+
- Build releases with goreleaser.
14
+
7
15
## [1.2.0] - 2019-07-22
8
16
### Fixed
9
-
- Fixed an issue with output being inconsistent between runs. Thanks @reidab!
17
+
-[#2](https://github.com/jakewarren/fixme/pull/2)Fixed an issue with output being inconsistent between runs. Thanks [@reidab](https://github.com/reidab)!
10
18
11
19
### Changed
12
20
- If the user doesn't specify a directory, use the current directory as a default.
0 commit comments