Releases: projectdiscovery/mapcidr
Releases · projectdiscovery/mapcidr
Release v1.1.7
1.1.7 (2023-09-21)
Release v1.1.6
1.1.6 (2023-09-20)
Release v1.1.5
1.1.5 (2023-09-20)
Release v1.1.4
1.1.4 (2023-09-20)
v1.1.3
What's Changed
🔨 Maintenance
- Added sorting for approximate aggregation by @dreamkinn in #223
Other Changes
- GitHub workflow updates by @ehsandeep in #225
Full Changelog: v1.1.2...v1.1.3
v1.1.2 (maintenance release)
1.1.2 (2023-05-18)
What's Changed
- chore(deps): bump golang from 1.20.1-alpine to 1.20.2-alpine by @dependabot in #168
- chore(deps): bump actions/setup-go from 2 to 4 by @dependabot in #169
- chore(deps): bump github.com/projectdiscovery/utils from 0.0.16 to 0.0.17 by @dependabot in #170
- chore(deps): bump github.com/projectdiscovery/utils from 0.0.17 to 0.0.18 by @dependabot in #172
- chore(deps): bump github.com/projectdiscovery/ipranger from 0.0.5 to 0.0.5 by @Mzack9999 in #173
- chore(deps): bump github.com/projectdiscovery/blackrock from 0.0.0 to 0.0.1 by @dependabot in #181
- chore(deps): bump golang from 1.20.2-alpine to 1.20.4-alpine by @dependabot in #183
- chore(deps): bump alpine from 3.17.2 to 3.18.0 by @dependabot in #186
- chore(deps): bump github.com/projectdiscovery/gologger from 1.1.8 to 1.1.10 by @dependabot in #187
- chore(deps): bump github.com/projectdiscovery/asnmap from 1.0.2 to 1.0.4 by @dependabot in #189
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
What's Changed
- Updated code to implement
DefaultClient
in asn package by @xm1k3 in #144 - Updated code to use utils helpers libraries by @edoardottt in #124
- Added mapcidr as code integration test by @LuitelSamikshya in #127
- Added autorelease gh workflow by @tarunKoyalwar in #143
New Contributors
- @edoardottt made their first contribution in #124
- @tarunKoyalwar made their first contribution in #143
- @xm1k3 made their first contribution in #144
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Added ASN Input support by @ShubhamRasal in #112
- Added integration test cases for mapcidr by @ShubhamRasal in #106
- Fixed issue with sort / reverse sort option #103 by @ShubhamRasal in #104
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Added IP range input support by @ShubhamRasal in #99
echo 10.40.0.0-10.40.0.2 | ./mapcidr -silent
10.40.0.0
10.40.0.1
10.40.0.2
New Contributors
- @ShubhamRasal made their first contribution in #99
Full Changelog: v1.0.1...v1.0.2