Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0.2 #152

Merged
merged 31 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
afedd94
fix: Update methods for custom fields (#114)
nautics889 Apr 15, 2023
8085e23
fix: Tests for methods for custom fields (#114)
nautics889 Apr 16, 2023
69ef638
fix: Fixtures for tests (custom fields) (#114)
nautics889 Apr 16, 2023
b09543a
fix: Failing test for getting custom fields (#114)
nautics889 Apr 16, 2023
d5ae60b
Update api.py
NobodyIsPerfect78 Jun 29, 2023
6db5518
max_workers added
NobodyIsPerfect78 Jun 29, 2023
b3f0888
max_workers added
NobodyIsPerfect78 Jun 29, 2023
08ae04d
Update query.py
NobodyIsPerfect78 Jun 29, 2023
622065e
Update query.py
NobodyIsPerfect78 Jun 29, 2023
b92123a
max_workers from api to request
NobodyIsPerfect78 Jun 29, 2023
085b799
debug removed
NobodyIsPerfect78 Jun 29, 2023
e3644f0
Update api.py
NobodyIsPerfect78 Jun 30, 2023
2686642
Update query.py
NobodyIsPerfect78 Jun 30, 2023
a62269e
Merge pull request #129 from NobodyIsPerfect78/develop
jvanderaa Jun 30, 2023
e8b586c
refactor: Update docstrings and naming (#114)
nautics889 Jul 15, 2023
e5efc1a
fix: backward compatibility
nautics889 Jul 23, 2023
f401a23
refactor: update `custom_choices()` (#114)
nautics889 Jul 25, 2023
c76fb00
Merge pull request #115 from nautics889/nautics-114-custom-field-choices
joewesch Jul 27, 2023
2f982c3
Add version constraint to divide into two release trains 1.x and 2.x …
pszulczewski Aug 7, 2023
84d685a
Release 2.0 (#136)
pszulczewski Oct 4, 2023
fbd94fd
Fix SSL verify (#140) (#142)
pszulczewski Oct 18, 2023
5987da4
Fix custom_fields and custom_field_choices method overlap with endpoi…
pszulczewski Oct 24, 2023
f3aaddb
fix missing packaging dependency
chadell Nov 11, 2023
bca3648
Merge pull request #148 from nautobot/packaging-missing
jvanderaa Nov 11, 2023
389f74e
Release 2.0.1
jvanderaa Nov 11, 2023
a1674c1
Updates changelog.
jvanderaa Nov 11, 2023
e01c4b9
Merge pull request #149 from jvanderaa/release_2_0_1
jvanderaa Nov 12, 2023
56feccc
This is actually 2.0.2
jvanderaa Nov 12, 2023
a191346
Merge pull request #151 from jvanderaa/release2_0_2
jvanderaa Nov 13, 2023
770d7fe
Merge remote-tracking branch 'upstream/develop' into resync_2
jvanderaa Nov 13, 2023
0d9c766
Merge pull request #155 from jvanderaa/resync_2
jvanderaa Nov 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.0.2

### Fixes

- (#148) Fixes missing `packages` dependency

## v2.0.1

### Bug Fixes
Expand Down
Loading
Loading