We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f7eae commit 0df4846Copy full SHA for 0df4846
2 files changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
authors = ["Walther Chen <walther.chen@gmail.com>"]
3
name = "acs-explorer"
4
-version = "0.1.0"
+version = "0.2.0"
5
6
[dependencies]
7
clap = "2.24.2"
README.md
@@ -1,5 +1,7 @@
## ACS explorer, cli
+BREAKING CHANGE: v0.2.0 no longer inserts the `E` value after table ids in etl config.
+
A small utility to examine the metadata of ACS tables and vars.
The ACS is a survey of United States demographics run by the Census Bureau. [American Community Survey](https://www.census.gov/programs-surveys/acs/)
0 commit comments