Skip to content

Commit be29e78

Browse files
semantic-releasegithub-actions
authored andcommitted
3.2.0
Automatically generated by python-semantic-release
1 parent 5003ead commit be29e78

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v3.2.0 (2021-01-19)
6+
### Feature
7+
* Integration with Dremio ([#859](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/859)) ([`e3b83d3`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/e3b83d325c8d842ab5ae0f8ab54806389d208c9c))
8+
* Adds page view tracking with the new analytics approach ([#838](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/838)) ([`7da4c54`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/7da4c54c0ba46704e706d2dac2ce32b6547060ad))
9+
* Analytics Tracking middleware ([#739](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/739)) ([`f5149bc`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/f5149bcbfbc90013ef169095ed1148d3dc96e016))
10+
* Alphabetized badges ([#804](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/804)) ([`fd97015`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/fd97015817808e985e17ec511eecc48fe56e307f))
11+
* Make owners for certain tables uneditable ([#800](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/800)) ([`a6c0d5a`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/a6c0d5abd91d19928bdc9b810e45125534ad9843))
12+
13+
### Fix
14+
* Fixed branch argument one more time ([#874](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/874)) ([`5003ead`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/5003eada315ba97d606cf68c218285545a2ebad6))
15+
* Release workflow manual trigger and branch change ([#873](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/873)) ([`7e89ee0`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/7e89ee0830f81d077c6153fb5a7fceec72af403d))
16+
* Added PR creation to release action ([#872](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/872)) ([`fd615d5`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/fd615d52737bae3b4b3b69aca1b7657145e4e22b))
17+
* Removed branch var on release action config ([#869](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/869)) ([`01c8023`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/01c80230e304770aaee9cf4b7fc2e1828bc12c2b))
18+
* Revert "fix: fix cron to run later today" move up again ([#868](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/868)) ([`e805375`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/e805375a270d17b08d40c101e1fbd2f0f0c9ef44))
19+
* Fix cron to run later today ([#867](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/867)) ([`160d08a`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/160d08a5f1a7f93026e093033f2ecca94a9a4ce3))
20+
* Error in automated release ([#866](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/866)) ([`2aa8591`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/2aa8591bfa619cba4ae7493c9dbecfef6bf72be2))
21+
* Pyarrow dependency breaking ([#864](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/864)) ([`659d083`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/659d0832db7cd2444be7cd366e6243cd38b496ea))
22+
* Notification_utils.send_notification accept all 2xx status codes ([#860](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/860)) ([`e931664`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/e9316649ff5596520084b3cd63b2978aba2ddd45))
23+
* Make last run state in dashboard page optional ([#814](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/814)) ([`31e565d`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/31e565d62d371f97b4f4d6abd1d6044b2cf16c84))
24+
* Adjusting margin on copy button for codebox ([#806](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/806)) ([`dbe744d`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/dbe744dcf81605781b1711b2cd028e13ab872267))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def build_js() -> None:
3737
with open(requirements_path) as requirements_file:
3838
requirements = requirements_file.readlines()
3939

40-
__version__ = '3.1.0'
40+
__version__ = '3.2.0'
4141

4242

4343
setup(

0 commit comments

Comments
 (0)