Skip to content

Commit 412b24f

Browse files
committed
Update CHANGELOG and copyright year range
1 parent 1727d6c commit 412b24f

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9-
### [Unreleased]
9+
### [1.2.0.dev1] - 2020-02-03
10+
11+
Development release issued, to facilitate user testing before considering
12+
the below new features as "final".
1013

1114
#### Added
1215

1316
- Hidden rows and columns now are **NOT** exported by default; checkboxes
1417
to enable export of hidden cells (per row and/or per-column) are
1518
now provided
19+
- An option is now provided to export the cells from one or more rows on
20+
the active sheet above/below the exported data block as "header row(s)"
1621

1722
### [1.1.0] - 2019-01-08
1823

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2019 Brian Skinn
3+
Copyright (c) 2016-2020 Brian Skinn
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ See the project [wiki](https://github.com/bskinn/excel-csvexporter/wiki) for doc
66

77
The binary `.xlam` file for each release can be found on the GitHub page for that release.
88

9-
Copyright (c) Brian Skinn 2016-2019
9+
Copyright (c) Brian Skinn 2016-2020
1010

1111
License: The MIT License
1212
See [`LICENSE.txt`](https://github.com/bskinn/excel-csvexporter/blob/master/LICENSE.txt) for full license terms.

src/Exporter.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Name = "Exporter"
88
99
' #
1010
' # Created: 24 Jan 2016
11-
' # Copyright: (c) Brian Skinn 2016-2019
11+
' # Copyright: (c) Brian Skinn 2016-2020
1212
' # License: The MIT License; see "LICENSE.txt" for full license terms.
1313
' #
1414
' # http://www.github.com/bskinn/excel-csvexporter

src/UFExporter.frm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Attribute VB_Exposed = False
2525
2626
' #
2727
' # Created: 24 Jan 2016
28-
' # Copyright: (c) Brian Skinn 2016-2019
28+
' # Copyright: (c) Brian Skinn 2016-2020
2929
' # License: The MIT License; see "LICENSE.txt" for full license terms.
3030
' #
3131
' # http://www.github.com/bskinn/excel-csvexporter

src/UFExporter.frx

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)